#29176B

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

Shades of Persian Indigo #29176B

Tints of Persian Indigo #29176B

Color information

#29176B (or 0x29176B) is unknown color: approx Persian Indigo. HEX triplet: 29, 17 and 6B. RGB value is (41,23,107). Sum of RGB (Red+Green+Blue) = 41+23+107=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #29176B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29176B is #D6E894. Grayscale: #252525. Windows color (decimal): -14084245 or 7018281. OLE color: 7018281.

HSL color Cylindrical-coordinate representation of color #29176B: hue angle of 252.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29176B is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4123107-
CMYK0.620.7900.58
HSL252.86º64.62%25.49%-
HSV(B)252.86º78.5%41.96%-
XYZ3.872.1514.12-
YUV37.96166.96130.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=23.98%
G=13.45%
B=62.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41231070.620.7900.58252.8664.6225.49
Hex29176B3E4F03Afd4119
Octal51271537611707237510131
Binary1010011011111010111111101001111011101011111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29176B; }

 p { color: rgb(41,23,107); }

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

<style>
 a { background-color: #29176B; }

 a { background-color: rgb(41,23,107); }

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

<style>
 span { border-color: #29176B; }

 span { border-color: rgb(41,23,107); }

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