Shades of Persian Indigo #291C8C
Tints of Persian Indigo #291C8C
RGB
CMYK
RGB Variations
Color information
#291C8C (or 0x291C8C) is known color: Persian Indigo. HEX triplet: 29, 1C and 8C. RGB value is (41,28,140). Sum of RGB (Red+Green+Blue) = 41+28+140=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #291C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C8C is #D6E373. Grayscale: #2C2C2C. Windows color (decimal): -14082932 or 9182249. OLE color: 9182249.
HSL color Cylindrical-coordinate representation of color #291C8C: hue angle of 246.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291C8C is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 28 | 140 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.45 |
| HSL | 246.96º | 0.67% | 0.33% | - |
| HSV(B) | 246.96º | 0.8% | 0.55% | - |
| XYZ | 6.06 | 3.2 | 25.11 | - |
| YUV | 44.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 140 | 0.71 | 0.80 | 0 | 0.45 | 246.96 | 0.67 | 0.33 |
| Hex | 29 | 1C | 8C | 47 | 50 | 0 | 2D | F7 | 43 | 21 |
| Octal | 51 | 34 | 214 | 107 | 120 | 0 | 55 | 367 | 103 | 41 |
| Binary | 101001 | 11100 | 10001100 | 1000111 | 1010000 | 0 | 101101 | 11110111 | 1000011 | 100001 |
Color Harmonies of #291C8C
Complementary color
Monochromatic Colors of #291C8C
Black with #291C8C
Text Example
Text Example
White with #291C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C8C; }
p { color: rgb(41,28,140); }
H1.HeaderClassName
{
color: #291C8C;
}
.AnyTagClassName
{
color: #291C8C;
}
</style>
background-color css
<style>
a { background-color: #291C8C; }
a { background-color: rgb(41,28,140); }
div.DivClassName
{
background-color: #291C8C;
}
.BgClassName
{
background-color: #291C8C;
}
</style>
border-color css
<style>
span { border-color: #291C8C; }
span { border-color: rgb(41,28,140); }
td.TdClassName
{
border-color: #291C8C;
}
.TagClassName
{
border-color: #291C8C;
}
</style>