#1F29D7

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

Shades of Persian Blue #1F29D7

Tints of Persian Blue #1F29D7

Color information

#1F29D7 (or 0x1F29D7) is unknown color: approx Persian Blue. HEX triplet: 1F, 29 and D7. RGB value is (31,41,215). Sum of RGB (Red+Green+Blue) = 31+41+215=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F29D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F29D7 is #E0D628. Grayscale: #393939. Windows color (decimal): -14734889 or 14100767. OLE color: 14100767.

HSL color Cylindrical-coordinate representation of color #1F29D7: hue angle of 236.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F29D7 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3141215-
CMYK0.860.8100.16
HSL236.74º74.8%48.24%-
HSV(B)236.74º85.58%84.31%-
XYZ13.626.7864.88-
YUV57.85216.69108.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 215 (84.38% from 255) = 74.91%
R=10.80%
G=14.29%
B=74.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31412150.860.8100.16236.7474.848.24
Hex1F29D75651010ed4b30
Octal375132712612102035511360
Binary111111010011101011110101101010001010000111011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F29D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,215); }

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

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

 a { background-color: rgb(31,41,215); }

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

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

 span { border-color: rgb(31,41,215); }

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