#29156D

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

Shades of Persian Indigo #29156D

Tints of Persian Indigo #29156D

Color information

#29156D (or 0x29156D) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 6D. RGB value is (41,21,109). Sum of RGB (Red+Green+Blue) = 41+21+109=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #29156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29156D is #D6EA92. Grayscale: #242424. Windows color (decimal): -14084755 or 7148841. OLE color: 7148841.

HSL color Cylindrical-coordinate representation of color #29156D: hue angle of 253.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29156D is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4121109-
CMYK0.620.8100.57
HSL253.64º67.69%25.49%-
HSV(B)253.64º80.73%42.75%-
XYZ3.942.1114.67-
YUV37.01168.63130.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 109 (42.97% from 255) = 63.74%
R=23.98%
G=12.28%
B=63.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41211090.620.8100.57253.6467.6925.49
Hex29156D3E51039fe4419
Octal51251557612107137610431
Binary1010011010111011011111101010001011100111111110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29156D; }

 p { color: rgb(41,21,109); }

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

<style>
 a { background-color: #29156D; }

 a { background-color: rgb(41,21,109); }

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

<style>
 span { border-color: #29156D; }

 span { border-color: rgb(41,21,109); }

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