Shades of Persian Indigo #2A0272
Tints of Persian Indigo #2A0272
RGB
CMYK
RGB Variations
Color information
#2A0272 (or 0x2A0272) is known color: Persian Indigo. HEX triplet: 2A, 02 and 72. RGB value is (42,2,114). Sum of RGB (Red+Green+Blue) = 42+2+114=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A0272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0272 is #D5FD8D. Grayscale: #1A1A1A. Windows color (decimal): -14024078 or 7471658. OLE color: 7471658.
HSL color Cylindrical-coordinate representation of color #2A0272: hue angle of 261.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0272 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 2 | 114 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.55 |
| HSL | 261.43º | 0.97% | 0.23% | - |
| HSV(B) | 261.43º | 0.98% | 0.45% | - |
| XYZ | 4.01 | 1.75 | 16.05 | - |
| YUV | 26.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 114 | 0.63 | 0.98 | 0 | 0.55 | 261.43 | 0.97 | 0.23 |
| Hex | 2A | 2 | 72 | 3F | 62 | 0 | 37 | 105 | 61 | 17 |
| Octal | 52 | 2 | 162 | 77 | 142 | 0 | 67 | 405 | 141 | 27 |
| Binary | 101010 | 10 | 1110010 | 111111 | 1100010 | 0 | 110111 | 100000101 | 1100001 | 10111 |
Color Harmonies of #2A0272
Complementary color
Monochromatic Colors of #2A0272
Black with #2A0272
Text Example
Text Example
White with #2A0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0272; }
p { color: rgb(42,2,114); }
H1.HeaderClassName
{
color: #2A0272;
}
.AnyTagClassName
{
color: #2A0272;
}
</style>
background-color css
<style>
a { background-color: #2A0272; }
a { background-color: rgb(42,2,114); }
div.DivClassName
{
background-color: #2A0272;
}
.BgClassName
{
background-color: #2A0272;
}
</style>
border-color css
<style>
span { border-color: #2A0272; }
span { border-color: rgb(42,2,114); }
td.TdClassName
{
border-color: #2A0272;
}
.TagClassName
{
border-color: #2A0272;
}
</style>