Shades of Persian Indigo #2A0E7D
Tints of Persian Indigo #2A0E7D
RGB
CMYK
RGB Variations
Color information
#2A0E7D (or 0x2A0E7D) is known color: Persian Indigo. HEX triplet: 2A, 0E and 7D. RGB value is (42,14,125). Sum of RGB (Red+Green+Blue) = 42+14+125=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A0E7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E7D is #D5F182. Grayscale: #222222. Windows color (decimal): -14020995 or 8195626. OLE color: 8195626.
HSL color Cylindrical-coordinate representation of color #2A0E7D: hue angle of 255.14º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0E7D is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 14 | 125 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.51 |
| HSL | 255.14º | 0.8% | 0.27% | - |
| HSV(B) | 255.14º | 0.89% | 0.49% | - |
| XYZ | 4.81 | 2.29 | 19.59 | - |
| YUV | 35.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 125 | 0.66 | 0.89 | 0 | 0.51 | 255.14 | 0.8 | 0.27 |
| Hex | 2A | E | 7D | 42 | 59 | 0 | 33 | FF | 50 | 1B |
| Octal | 52 | 16 | 175 | 102 | 131 | 0 | 63 | 377 | 120 | 33 |
| Binary | 101010 | 1110 | 1111101 | 1000010 | 1011001 | 0 | 110011 | 11111111 | 1010000 | 11011 |
Color Harmonies of #2A0E7D
Complementary color
Monochromatic Colors of #2A0E7D
Black with #2A0E7D
Text Example
Text Example
White with #2A0E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E7D; }
p { color: rgb(42,14,125); }
H1.HeaderClassName
{
color: #2A0E7D;
}
.AnyTagClassName
{
color: #2A0E7D;
}
</style>
background-color css
<style>
a { background-color: #2A0E7D; }
a { background-color: rgb(42,14,125); }
div.DivClassName
{
background-color: #2A0E7D;
}
.BgClassName
{
background-color: #2A0E7D;
}
</style>
border-color css
<style>
span { border-color: #2A0E7D; }
span { border-color: rgb(42,14,125); }
td.TdClassName
{
border-color: #2A0E7D;
}
.TagClassName
{
border-color: #2A0E7D;
}
</style>