#1F32CE

Color #1F32CE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F32CE

Tints of Persian Blue #1F32CE

Color information

#1F32CE (or 0x1F32CE) is unknown color: approx Persian Blue. HEX triplet: 1F, 32 and CE. RGB value is (31,50,206). Sum of RGB (Red+Green+Blue) = 31+50+206=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F32CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F32CE is #E0CD31. Grayscale: #3D3D3D. Windows color (decimal): -14732594 or 13513247. OLE color: 13513247.

HSL color Cylindrical-coordinate representation of color #1F32CE: hue angle of 233.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F32CE is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3150206-
CMYK0.850.7600.19
HSL233.49º73.84%46.47%-
HSV(B)233.49º84.95%80.78%-
XYZ12.857.0359.07-
YUV62.1209.21105.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 206 (80.86% from 255) = 71.78%
R=10.80%
G=17.42%
B=71.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31502060.850.7600.19233.4973.8446.47
Hex1F32CE554C013e94a2e
Octal376231612511402335111256
Binary111111100101100111010101011001100010011111010011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F32CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F32CE; }

 p { color: rgb(31,50,206); }

 H1.HeaderClassName
 {
   color: #1F32CE;
 }
 .AnyTagClassName
 {
   color: #1F32CE;
 }
</style>
background-color css

<style>
 a { background-color: #1F32CE; }

 a { background-color: rgb(31,50,206); }

 div.DivClassName
 {
   background-color: #1F32CE;
 }
 .BgClassName
 {
   background-color: #1F32CE;
 }
</style>
border-color css

<style>
 span { border-color: #1F32CE; }

 span { border-color: rgb(31,50,206); }

 td.TdClassName
 {
   border-color: #1F32CE;
 }
 .TagClassName
 {
   border-color: #1F32CE;
 }
</style>