Shades of Persian Indigo #290C68
Tints of Persian Indigo #290C68
RGB
CMYK
RGB Variations
Color information
#290C68 (or 0x290C68) is known color: Persian Indigo. HEX triplet: 29, 0C and 68. RGB value is (41,12,104). Sum of RGB (Red+Green+Blue) = 41+12+104=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #290C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C68 is #D6F397. Grayscale: #1E1E1E. Windows color (decimal): -14087064 or 6818857. OLE color: 6818857.
HSL color Cylindrical-coordinate representation of color #290C68: hue angle of 258.91º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290C68 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 12 | 104 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.59 |
| HSL | 258.91º | 0.79% | 0.23% | - |
| HSV(B) | 258.91º | 0.88% | 0.41% | - |
| XYZ | 3.54 | 1.73 | 13.24 | - |
| YUV | 31.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 104 | 0.61 | 0.88 | 0 | 0.59 | 258.91 | 0.79 | 0.23 |
| Hex | 29 | C | 68 | 3D | 58 | 0 | 3B | 103 | 4F | 17 |
| Octal | 51 | 14 | 150 | 75 | 130 | 0 | 73 | 403 | 117 | 27 |
| Binary | 101001 | 1100 | 1101000 | 111101 | 1011000 | 0 | 111011 | 100000011 | 1001111 | 10111 |
Color Harmonies of #290C68
Complementary color
Monochromatic Colors of #290C68
Black with #290C68
Text Example
Text Example
White with #290C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C68; }
p { color: rgb(41,12,104); }
H1.HeaderClassName
{
color: #290C68;
}
.AnyTagClassName
{
color: #290C68;
}
</style>
background-color css
<style>
a { background-color: #290C68; }
a { background-color: rgb(41,12,104); }
div.DivClassName
{
background-color: #290C68;
}
.BgClassName
{
background-color: #290C68;
}
</style>
border-color css
<style>
span { border-color: #290C68; }
span { border-color: rgb(41,12,104); }
td.TdClassName
{
border-color: #290C68;
}
.TagClassName
{
border-color: #290C68;
}
</style>