#29186C

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

Shades of Persian Indigo #29186C

Tints of Persian Indigo #29186C

Color information

#29186C (or 0x29186C) is unknown color: approx Persian Indigo. HEX triplet: 29, 18 and 6C. RGB value is (41,24,108). Sum of RGB (Red+Green+Blue) = 41+24+108=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #29186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29186C is #D6E793. Grayscale: #262626. Windows color (decimal): -14083988 or 7084073. OLE color: 7084073.

HSL color Cylindrical-coordinate representation of color #29186C: hue angle of 252.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29186C is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4124108-
CMYK0.620.7800.58
HSL252.14º63.64%25.88%-
HSV(B)252.14º77.78%42.35%-
XYZ3.952.2114.41-
YUV38.66167.13129.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=23.70%
G=13.87%
B=62.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41241080.620.7800.58252.1463.6425.88
Hex29186C3E4E03Afc401a
Octal51301547611607237410032
Binary1010011100011011001111101001110011101011111100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,24,108); }

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

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

 a { background-color: rgb(41,24,108); }

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

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

 span { border-color: rgb(41,24,108); }

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