#29166C

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

Shades of Persian Indigo #29166C

Tints of Persian Indigo #29166C

Color information

#29166C (or 0x29166C) is unknown color: approx Persian Indigo. HEX triplet: 29, 16 and 6C. RGB value is (41,22,108). Sum of RGB (Red+Green+Blue) = 41+22+108=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #29166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29166C is #D6E993. Grayscale: #252525. Windows color (decimal): -14084500 or 7083561. OLE color: 7083561.

HSL color Cylindrical-coordinate representation of color #29166C: hue angle of 253.26º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29166C is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4122108-
CMYK0.620.8000.58
HSL253.26º66.15%25.49%-
HSV(B)253.26º79.63%42.35%-
XYZ3.912.1314.39-
YUV37.48167.79130.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 108 (42.58% from 255) = 63.16%
R=23.98%
G=12.87%
B=63.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41221080.620.8000.58253.2666.1525.49
Hex29166C3E5003Afd4219
Octal51261547612007237510231
Binary1010011011011011001111101010000011101011111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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