Shades of Persian Indigo #2A0E7F
Tints of Persian Indigo #2A0E7F
RGB
CMYK
RGB Variations
Color information
#2A0E7F (or 0x2A0E7F) is known color: Persian Indigo. HEX triplet: 2A, 0E and 7F. RGB value is (42,14,127). Sum of RGB (Red+Green+Blue) = 42+14+127=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A0E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E7F is #D5F180. Grayscale: #222222. Windows color (decimal): -14020993 or 8326698. OLE color: 8326698.
HSL color Cylindrical-coordinate representation of color #2A0E7F: hue angle of 254.87º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0E7F is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 14 | 127 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.50 |
| HSL | 254.87º | 0.8% | 0.28% | - |
| HSV(B) | 254.87º | 0.89% | 0.5% | - |
| XYZ | 4.94 | 2.34 | 20.27 | - |
| YUV | 35.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 127 | 0.67 | 0.89 | 0 | 0.50 | 254.87 | 0.8 | 0.28 |
| Hex | 2A | E | 7F | 43 | 59 | 0 | 32 | FF | 50 | 1C |
| Octal | 52 | 16 | 177 | 103 | 131 | 0 | 62 | 377 | 120 | 34 |
| Binary | 101010 | 1110 | 1111111 | 1000011 | 1011001 | 0 | 110010 | 11111111 | 1010000 | 11100 |
Color Harmonies of #2A0E7F
Complementary color
Monochromatic Colors of #2A0E7F
Black with #2A0E7F
Text Example
Text Example
White with #2A0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E7F; }
p { color: rgb(42,14,127); }
H1.HeaderClassName
{
color: #2A0E7F;
}
.AnyTagClassName
{
color: #2A0E7F;
}
</style>
background-color css
<style>
a { background-color: #2A0E7F; }
a { background-color: rgb(42,14,127); }
div.DivClassName
{
background-color: #2A0E7F;
}
.BgClassName
{
background-color: #2A0E7F;
}
</style>
border-color css
<style>
span { border-color: #2A0E7F; }
span { border-color: rgb(42,14,127); }
td.TdClassName
{
border-color: #2A0E7F;
}
.TagClassName
{
border-color: #2A0E7F;
}
</style>