#1F29AD

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

Shades of Persian Blue #1F29AD

Tints of Persian Blue #1F29AD

Color information

#1F29AD (or 0x1F29AD) is unknown color: approx Persian Blue. HEX triplet: 1F, 29 and AD. RGB value is (31,41,173). Sum of RGB (Red+Green+Blue) = 31+41+173=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29AD is #E0D652. Grayscale: #343434. Windows color (decimal): -14734931 or 11348255. OLE color: 11348255.

HSL color Cylindrical-coordinate representation of color #1F29AD: hue angle of 235.77º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F29AD is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3141173-
CMYK0.820.7600.32
HSL235.77º69.61%40%-
HSV(B)235.77º82.08%67.84%-
XYZ8.94.8940.01-
YUV53.06195.69112.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 173 (67.97% from 255) = 70.61%
R=12.65%
G=16.73%
B=70.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31411730.820.7600.32235.7769.6140
Hex1F29AD524C020ec4628
Octal375125512211404035410650
Binary1111110100110101101101001010011000100000111011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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