#29197C

Color #29197C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #29197C

Tints of Persian Indigo #29197C

Color information

#29197C (or 0x29197C) is unknown color: approx Persian Indigo. HEX triplet: 29, 19 and 7C. RGB value is (41,25,124). Sum of RGB (Red+Green+Blue) = 41+25+124=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #29197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29197C is #D6E683. Grayscale: #282828. Windows color (decimal): -14083716 or 8132905. OLE color: 8132905.

HSL color Cylindrical-coordinate representation of color #29197C: hue angle of 249.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29197C is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4125124-
CMYK0.670.8000.51
HSL249.7º66.44%29.22%-
HSV(B)249.7º79.84%48.63%-
XYZ4.92.6219.32-
YUV41.07174.8127.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 124 (48.83% from 255) = 65.26%
R=21.58%
G=13.16%
B=65.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41251240.670.8000.51249.766.4429.22
Hex29197C4350033fa421d
Octal513117410312006337210235
Binary10100111001111110010000111010000011001111111010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29197C; }

 p { color: rgb(41,25,124); }

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

<style>
 a { background-color: #29197C; }

 a { background-color: rgb(41,25,124); }

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

<style>
 span { border-color: #29197C; }

 span { border-color: rgb(41,25,124); }

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