#1F32D1

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

Shades of Persian Blue #1F32D1

Tints of Persian Blue #1F32D1

Color information

#1F32D1 (or 0x1F32D1) is unknown color: approx Persian Blue. HEX triplet: 1F, 32 and D1. RGB value is (31,50,209). Sum of RGB (Red+Green+Blue) = 31+50+209=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #1F32D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F32D1 is #E0CD2E. Grayscale: #3D3D3D. Windows color (decimal): -14732591 or 13709855. OLE color: 13709855.

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

Color convert

RGB3150209-
CMYK0.850.7600.18
HSL233.6º74.17%47.06%-
HSV(B)233.6º85.17%81.96%-
XYZ13.217.1861.01-
YUV62.44210.71105.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 209 (82.03% from 255) = 72.07%
R=10.69%
G=17.24%
B=72.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31502090.850.7600.18233.674.1747.06
Hex1F32D1554C012ea4a2f
Octal376232112511402235211257
Binary111111100101101000110101011001100010010111010101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F32D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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