Shades of Persian Indigo #2A0C71
Tints of Persian Indigo #2A0C71
RGB
CMYK
RGB Variations
Color information
#2A0C71 (or 0x2A0C71) is known color: Persian Indigo. HEX triplet: 2A, 0C and 71. RGB value is (42,12,113). Sum of RGB (Red+Green+Blue) = 42+12+113=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0C71 is #D5F38E. Grayscale: #202020. Windows color (decimal): -14021519 or 7408682. OLE color: 7408682.
HSL color Cylindrical-coordinate representation of color #2A0C71: hue angle of 257.82º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0C71 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 12 | 113 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.56 |
| HSL | 257.82º | 0.81% | 0.25% | - |
| HSV(B) | 257.82º | 0.89% | 0.44% | - |
| XYZ | 4.07 | 1.95 | 15.78 | - |
| YUV | 32.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 113 | 0.63 | 0.89 | 0 | 0.56 | 257.82 | 0.81 | 0.25 |
| Hex | 2A | C | 71 | 3F | 59 | 0 | 38 | 102 | 51 | 19 |
| Octal | 52 | 14 | 161 | 77 | 131 | 0 | 70 | 402 | 121 | 31 |
| Binary | 101010 | 1100 | 1110001 | 111111 | 1011001 | 0 | 111000 | 100000010 | 1010001 | 11001 |
Color Harmonies of #2A0C71
Complementary color
Monochromatic Colors of #2A0C71
Black with #2A0C71
Text Example
Text Example
White with #2A0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0C71; }
p { color: rgb(42,12,113); }
H1.HeaderClassName
{
color: #2A0C71;
}
.AnyTagClassName
{
color: #2A0C71;
}
</style>
background-color css
<style>
a { background-color: #2A0C71; }
a { background-color: rgb(42,12,113); }
div.DivClassName
{
background-color: #2A0C71;
}
.BgClassName
{
background-color: #2A0C71;
}
</style>
border-color css
<style>
span { border-color: #2A0C71; }
span { border-color: rgb(42,12,113); }
td.TdClassName
{
border-color: #2A0C71;
}
.TagClassName
{
border-color: #2A0C71;
}
</style>