Shades of Persian Indigo #29186C
Tints of Persian Indigo #29186C
RGB
CMYK
RGB Variations
Color information
#29186C (or 0x29186C) is known color: Persian Indigo. HEX triplet: 29, 18 and 6C. RGB value is (41,24,108). Sum of RGB (Red+Green+Blue) = 41+24+108=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #29186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29186C is #D6E793. Grayscale: #262626. Windows color (decimal): -14083988 or 7084073. OLE color: 7084073.
HSL color Cylindrical-coordinate representation of color #29186C: hue angle of 252.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29186C is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 24 | 108 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.58 |
| HSL | 252.14º | 0.64% | 0.26% | - |
| HSV(B) | 252.14º | 0.78% | 0.42% | - |
| XYZ | 3.95 | 2.21 | 14.41 | - |
| YUV | 38.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 108 | 0.62 | 0.78 | 0 | 0.58 | 252.14 | 0.64 | 0.26 |
| Hex | 29 | 18 | 6C | 3E | 4E | 0 | 3A | FC | 40 | 1A |
| Octal | 51 | 30 | 154 | 76 | 116 | 0 | 72 | 374 | 100 | 32 |
| Binary | 101001 | 11000 | 1101100 | 111110 | 1001110 | 0 | 111010 | 11111100 | 1000000 | 11010 |
Color Harmonies of #29186C
Complementary color
Monochromatic Colors of #29186C
Black with #29186C
Text Example
Text Example
White with #29186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29186C; }
p { color: rgb(41,24,108); }
H1.HeaderClassName
{
color: #29186C;
}
.AnyTagClassName
{
color: #29186C;
}
</style>
background-color css
<style>
a { background-color: #29186C; }
a { background-color: rgb(41,24,108); }
div.DivClassName
{
background-color: #29186C;
}
.BgClassName
{
background-color: #29186C;
}
</style>
border-color css
<style>
span { border-color: #29186C; }
span { border-color: rgb(41,24,108); }
td.TdClassName
{
border-color: #29186C;
}
.TagClassName
{
border-color: #29186C;
}
</style>