#29106B

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

Shades of Persian Indigo #29106B

Tints of Persian Indigo #29106B

Color information

#29106B (or 0x29106B) is unknown color: approx Persian Indigo. HEX triplet: 29, 10 and 6B. RGB value is (41,16,107). Sum of RGB (Red+Green+Blue) = 41+16+107=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #29106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29106B is #D6EF94. Grayscale: #212121. Windows color (decimal): -14086037 or 7016489. OLE color: 7016489.

HSL color Cylindrical-coordinate representation of color #29106B: hue angle of 256.48º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29106B is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4116107-
CMYK0.620.8500.58
HSL256.48º73.98%24.12%-
HSV(B)256.48º85.05%41.96%-
XYZ3.751.914.08-
YUV33.85169.28133.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 107 (42.19% from 255) = 65.24%
R=25%
G=9.76%
B=65.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41161070.620.8500.58256.4873.9824.12
Hex29106B3E5503A1004a18
Octal51201537612507240011230
Binary10100110000110101111111010101010111010100000000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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