Shades of Persian Indigo #29006C
Tints of Persian Indigo #29006C
RGB
CMYK
RGB Variations
Color information
#29006C (or 0x29006C) is known color: Persian Indigo. HEX triplet: 29, 00 and 6C. RGB value is (41,0,108). Sum of RGB (Red+Green+Blue) = 41+0+108=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #29006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29006C is #D6FF93. Grayscale: #181818. Windows color (decimal): -14090132 or 7077929. OLE color: 7077929.
HSL color Cylindrical-coordinate representation of color #29006C: hue angle of 262.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29006C is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 0 | 108 | - |
| CMYK | 0.62 | 1 | 0 | 0.58 |
| HSL | 262.78º | 1% | 0.21% | - |
| HSV(B) | 262.78º | 1% | 0.42% | - |
| XYZ | 3.62 | 1.55 | 14.3 | - |
| YUV | 24.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 108 | 0.62 | 1 | 0 | 0.58 | 262.78 | 1 | 0.21 |
| Hex | 29 | 0 | 6C | 3E | 64 | 0 | 3A | 107 | 64 | 15 |
| Octal | 51 | 0 | 154 | 76 | 144 | 0 | 72 | 407 | 144 | 25 |
| Binary | 101001 | 0 | 1101100 | 111110 | 1100100 | 0 | 111010 | 100000111 | 1100100 | 10101 |
Color Harmonies of #29006C
Complementary color
Monochromatic Colors of #29006C
Black with #29006C
Text Example
Text Example
White with #29006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29006C; }
p { color: rgb(41,0,108); }
H1.HeaderClassName
{
color: #29006C;
}
.AnyTagClassName
{
color: #29006C;
}
</style>
background-color css
<style>
a { background-color: #29006C; }
a { background-color: rgb(41,0,108); }
div.DivClassName
{
background-color: #29006C;
}
.BgClassName
{
background-color: #29006C;
}
</style>
border-color css
<style>
span { border-color: #29006C; }
span { border-color: rgb(41,0,108); }
td.TdClassName
{
border-color: #29006C;
}
.TagClassName
{
border-color: #29006C;
}
</style>