Shades of Persian Indigo #2A0E8D
Tints of Persian Indigo #2A0E8D
RGB
CMYK
RGB Variations
Color information
#2A0E8D (or 0x2A0E8D) is known color: Persian Indigo. HEX triplet: 2A, 0E and 8D. RGB value is (42,14,141). Sum of RGB (Red+Green+Blue) = 42+14+141=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A0E8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0E8D is #D5F172. Grayscale: #242424. Windows color (decimal): -14020979 or 9244202. OLE color: 9244202.
HSL color Cylindrical-coordinate representation of color #2A0E8D: hue angle of 253.23º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0E8D is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 14 | 141 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.45 |
| HSL | 253.23º | 0.82% | 0.3% | - |
| HSV(B) | 253.23º | 0.9% | 0.55% | - |
| XYZ | 5.92 | 2.73 | 25.41 | - |
| YUV | 36.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 141 | 0.70 | 0.90 | 0 | 0.45 | 253.23 | 0.82 | 0.3 |
| Hex | 2A | E | 8D | 46 | 5A | 0 | 2D | FD | 52 | 1E |
| Octal | 52 | 16 | 215 | 106 | 132 | 0 | 55 | 375 | 122 | 36 |
| Binary | 101010 | 1110 | 10001101 | 1000110 | 1011010 | 0 | 101101 | 11111101 | 1010010 | 11110 |
Color Harmonies of #2A0E8D
Complementary color
Monochromatic Colors of #2A0E8D
Black with #2A0E8D
Text Example
Text Example
White with #2A0E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E8D; }
p { color: rgb(42,14,141); }
H1.HeaderClassName
{
color: #2A0E8D;
}
.AnyTagClassName
{
color: #2A0E8D;
}
</style>
background-color css
<style>
a { background-color: #2A0E8D; }
a { background-color: rgb(42,14,141); }
div.DivClassName
{
background-color: #2A0E8D;
}
.BgClassName
{
background-color: #2A0E8D;
}
</style>
border-color css
<style>
span { border-color: #2A0E8D; }
span { border-color: rgb(42,14,141); }
td.TdClassName
{
border-color: #2A0E8D;
}
.TagClassName
{
border-color: #2A0E8D;
}
</style>