Shades of Persian Indigo #2A0D71
Tints of Persian Indigo #2A0D71
RGB
CMYK
RGB Variations
Color information
#2A0D71 (or 0x2A0D71) is known color: Persian Indigo. HEX triplet: 2A, 0D and 71. RGB value is (42,13,113). Sum of RGB (Red+Green+Blue) = 42+13+113=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0D71 is #D5F28E. Grayscale: #202020. Windows color (decimal): -14021263 or 7408938. OLE color: 7408938.
HSL color Cylindrical-coordinate representation of color #2A0D71: hue angle of 257.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A0D71 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 13 | 113 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.56 |
| HSL | 257.4º | 0.79% | 0.25% | - |
| HSV(B) | 257.4º | 0.88% | 0.44% | - |
| XYZ | 4.08 | 1.97 | 15.79 | - |
| YUV | 33.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 113 | 0.63 | 0.88 | 0 | 0.56 | 257.4 | 0.79 | 0.25 |
| Hex | 2A | D | 71 | 3F | 58 | 0 | 38 | 101 | 4F | 19 |
| Octal | 52 | 15 | 161 | 77 | 130 | 0 | 70 | 401 | 117 | 31 |
| Binary | 101010 | 1101 | 1110001 | 111111 | 1011000 | 0 | 111000 | 100000001 | 1001111 | 11001 |
Color Harmonies of #2A0D71
Complementary color
Monochromatic Colors of #2A0D71
Black with #2A0D71
Text Example
Text Example
White with #2A0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D71; }
p { color: rgb(42,13,113); }
H1.HeaderClassName
{
color: #2A0D71;
}
.AnyTagClassName
{
color: #2A0D71;
}
</style>
background-color css
<style>
a { background-color: #2A0D71; }
a { background-color: rgb(42,13,113); }
div.DivClassName
{
background-color: #2A0D71;
}
.BgClassName
{
background-color: #2A0D71;
}
</style>
border-color css
<style>
span { border-color: #2A0D71; }
span { border-color: rgb(42,13,113); }
td.TdClassName
{
border-color: #2A0D71;
}
.TagClassName
{
border-color: #2A0D71;
}
</style>