#29106F

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

Shades of Persian Indigo #29106F

Tints of Persian Indigo #29106F

Color information

#29106F (or 0x29106F) is unknown color: approx Persian Indigo. HEX triplet: 29, 10 and 6F. RGB value is (41,16,111). Sum of RGB (Red+Green+Blue) = 41+16+111=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #29106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29106F is #D6EF90. Grayscale: #212121. Windows color (decimal): -14086033 or 7278633. OLE color: 7278633.

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

Color convert

RGB4116111-
CMYK0.630.8600.56
HSL255.79º74.8%24.9%-
HSV(B)255.79º85.59%43.53%-
XYZ3.971.9915.21-
YUV34.3171.28132.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=24.40%
G=9.52%
B=66.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41161110.630.8600.56255.7974.824.9
Hex29106F3F560381004b19
Octal51201577712607040011331
Binary10100110000110111111111110101100111000100000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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