Shades of Persian Indigo #2A0072
Tints of Persian Indigo #2A0072
RGB
CMYK
RGB Variations
Color information
#2A0072 (or 0x2A0072) is known color: Persian Indigo. HEX triplet: 2A, 00 and 72. RGB value is (42,0,114). Sum of RGB (Red+Green+Blue) = 42+0+114=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0072 is #D5FF8D. Grayscale: #191919. Windows color (decimal): -14024590 or 7471146. OLE color: 7471146.
HSL color Cylindrical-coordinate representation of color #2A0072: hue angle of 262.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0072 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 0 | 114 | - |
| CMYK | 0.63 | 1 | 0 | 0.55 |
| HSL | 262.11º | 1% | 0.22% | - |
| HSV(B) | 262.11º | 1% | 0.45% | - |
| XYZ | 3.99 | 1.71 | 16.04 | - |
| YUV | 25.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 114 | 0.63 | 1 | 0 | 0.55 | 262.11 | 1 | 0.22 |
| Hex | 2A | 0 | 72 | 3F | 64 | 0 | 37 | 106 | 64 | 16 |
| Octal | 52 | 0 | 162 | 77 | 144 | 0 | 67 | 406 | 144 | 26 |
| Binary | 101010 | 0 | 1110010 | 111111 | 1100100 | 0 | 110111 | 100000110 | 1100100 | 10110 |
Color Harmonies of #2A0072
Complementary color
Monochromatic Colors of #2A0072
Black with #2A0072
Text Example
Text Example
White with #2A0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0072; }
p { color: rgb(42,0,114); }
H1.HeaderClassName
{
color: #2A0072;
}
.AnyTagClassName
{
color: #2A0072;
}
</style>
background-color css
<style>
a { background-color: #2A0072; }
a { background-color: rgb(42,0,114); }
div.DivClassName
{
background-color: #2A0072;
}
.BgClassName
{
background-color: #2A0072;
}
</style>
border-color css
<style>
span { border-color: #2A0072; }
span { border-color: rgb(42,0,114); }
td.TdClassName
{
border-color: #2A0072;
}
.TagClassName
{
border-color: #2A0072;
}
</style>