Shades of Persian Indigo #292085
Tints of Persian Indigo #292085
RGB
CMYK
RGB Variations
Color information
#292085 (or 0x292085) is known color: Persian Indigo. HEX triplet: 29, 20 and 85. RGB value is (41,32,133). Sum of RGB (Red+Green+Blue) = 41+32+133=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #292085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292085 is #D6DF7A. Grayscale: #2D2D2D. Windows color (decimal): -14081915 or 8724521. OLE color: 8724521.
HSL color Cylindrical-coordinate representation of color #292085: hue angle of 245.35º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292085 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 32 | 133 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.48 |
| HSL | 245.35º | 0.61% | 0.32% | - |
| HSV(B) | 245.35º | 0.76% | 0.52% | - |
| XYZ | 5.66 | 3.2 | 22.51 | - |
| YUV | 46.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 133 | 0.69 | 0.76 | 0 | 0.48 | 245.35 | 0.61 | 0.32 |
| Hex | 29 | 20 | 85 | 45 | 4C | 0 | 30 | F5 | 3D | 20 |
| Octal | 51 | 40 | 205 | 105 | 114 | 0 | 60 | 365 | 75 | 40 |
| Binary | 101001 | 100000 | 10000101 | 1000101 | 1001100 | 0 | 110000 | 11110101 | 111101 | 100000 |
Color Harmonies of #292085
Complementary color
Monochromatic Colors of #292085
Black with #292085
Text Example
Text Example
White with #292085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292085; }
p { color: rgb(41,32,133); }
H1.HeaderClassName
{
color: #292085;
}
.AnyTagClassName
{
color: #292085;
}
</style>
background-color css
<style>
a { background-color: #292085; }
a { background-color: rgb(41,32,133); }
div.DivClassName
{
background-color: #292085;
}
.BgClassName
{
background-color: #292085;
}
</style>
border-color css
<style>
span { border-color: #292085; }
span { border-color: rgb(41,32,133); }
td.TdClassName
{
border-color: #292085;
}
.TagClassName
{
border-color: #292085;
}
</style>