#29116F

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

Shades of Persian Indigo #29116F

Tints of Persian Indigo #29116F

Color information

#29116F (or 0x29116F) is unknown color: approx Persian Indigo. HEX triplet: 29, 11 and 6F. RGB value is (41,17,111). Sum of RGB (Red+Green+Blue) = 41+17+111=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #29116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29116F is #D6EE90. Grayscale: #222222. Windows color (decimal): -14085777 or 7278889. OLE color: 7278889.

HSL color Cylindrical-coordinate representation of color #29116F: hue angle of 255.32º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29116F is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4117111-
CMYK0.630.8500.56
HSL255.32º73.44%25.1%-
HSV(B)255.32º84.68%43.53%-
XYZ3.982.0215.22-
YUV34.89170.95132.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 111 (43.75% from 255) = 65.68%
R=24.26%
G=10.06%
B=65.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41171110.630.8500.56255.3273.4425.1
Hex29116F3F55038ff4919
Octal51211577712507037711131
Binary1010011000111011111111111010101011100011111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29116F; }

 p { color: rgb(41,17,111); }

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

<style>
 a { background-color: #29116F; }

 a { background-color: rgb(41,17,111); }

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

<style>
 span { border-color: #29116F; }

 span { border-color: rgb(41,17,111); }

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