#29158E

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

Shades of Persian Indigo #29158E

Tints of Persian Indigo #29158E

Color information

#29158E (or 0x29158E) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 8E. RGB value is (41,21,142). Sum of RGB (Red+Green+Blue) = 41+21+142=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #29158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29158E is #D6EA71. Grayscale: #282828. Windows color (decimal): -14084722 or 9311529. OLE color: 9311529.

HSL color Cylindrical-coordinate representation of color #29158E: hue angle of 249.92º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29158E is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4121142-
CMYK0.710.8500.44
HSL249.92º74.23%31.96%-
HSV(B)249.92º85.21%55.69%-
XYZ6.072.9625.84-
YUV40.77185.13128.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=20.10%
G=10.29%
B=69.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41211420.710.8500.44249.9274.2331.96
Hex29158E475502Cfa4a20
Octal512521610712505437211240
Binary1010011010110001110100011110101010101100111110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29158E; }

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

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

<style>
 a { background-color: #29158E; }

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

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

<style>
 span { border-color: #29158E; }

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

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