Shades of Persian Indigo #2A0A71
Tints of Persian Indigo #2A0A71
RGB
CMYK
RGB Variations
Color information
#2A0A71 (or 0x2A0A71) is known color: Persian Indigo. HEX triplet: 2A, 0A and 71. RGB value is (42,10,113). Sum of RGB (Red+Green+Blue) = 42+10+113=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0A71 is #D5F58E. Grayscale: #1E1E1E. Windows color (decimal): -14022031 or 7408170. OLE color: 7408170.
HSL color Cylindrical-coordinate representation of color #2A0A71: hue angle of 258.64º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0A71 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 10 | 113 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.56 |
| HSL | 258.64º | 0.84% | 0.24% | - |
| HSV(B) | 258.64º | 0.91% | 0.44% | - |
| XYZ | 4.04 | 1.9 | 15.78 | - |
| YUV | 31.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 113 | 0.63 | 0.91 | 0 | 0.56 | 258.64 | 0.84 | 0.24 |
| Hex | 2A | A | 71 | 3F | 5B | 0 | 38 | 103 | 54 | 18 |
| Octal | 52 | 12 | 161 | 77 | 133 | 0 | 70 | 403 | 124 | 30 |
| Binary | 101010 | 1010 | 1110001 | 111111 | 1011011 | 0 | 111000 | 100000011 | 1010100 | 11000 |
Color Harmonies of #2A0A71
Complementary color
Monochromatic Colors of #2A0A71
Black with #2A0A71
Text Example
Text Example
White with #2A0A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0A71; }
p { color: rgb(42,10,113); }
H1.HeaderClassName
{
color: #2A0A71;
}
.AnyTagClassName
{
color: #2A0A71;
}
</style>
background-color css
<style>
a { background-color: #2A0A71; }
a { background-color: rgb(42,10,113); }
div.DivClassName
{
background-color: #2A0A71;
}
.BgClassName
{
background-color: #2A0A71;
}
</style>
border-color css
<style>
span { border-color: #2A0A71; }
span { border-color: rgb(42,10,113); }
td.TdClassName
{
border-color: #2A0A71;
}
.TagClassName
{
border-color: #2A0A71;
}
</style>