#29106E

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

Shades of Persian Indigo #29106E

Tints of Persian Indigo #29106E

Color information

#29106E (or 0x29106E) is unknown color: approx Persian Indigo. HEX triplet: 29, 10 and 6E. RGB value is (41,16,110). Sum of RGB (Red+Green+Blue) = 41+16+110=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #29106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29106E is #D6EF91. Grayscale: #212121. Windows color (decimal): -14086034 or 7213097. OLE color: 7213097.

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

Color convert

RGB4116110-
CMYK0.630.8500.57
HSL255.96º74.6%24.71%-
HSV(B)255.96º85.45%43.14%-
XYZ3.911.9714.93-
YUV34.19170.78132.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=24.55%
G=9.58%
B=65.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41161100.630.8500.57255.9674.624.71
Hex29106E3F550391004b19
Octal51201567712507140011331
Binary10100110000110111011111110101010111001100000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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