Shades of Persian Indigo #2A018E
Tints of Persian Indigo #2A018E
RGB
CMYK
RGB Variations
Color information
#2A018E (or 0x2A018E) is known color: Persian Indigo. HEX triplet: 2A, 01 and 8E. RGB value is (42,1,142). Sum of RGB (Red+Green+Blue) = 42+1+142=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A018E is #D5FE71. Grayscale: #1C1C1C. Windows color (decimal): -14024306 or 9306410. OLE color: 9306410.
HSL color Cylindrical-coordinate representation of color #2A018E: hue angle of 257.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A018E is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 1 | 142 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.44 |
| HSL | 257.45º | 0.99% | 0.28% | - |
| HSV(B) | 257.45º | 0.99% | 0.56% | - |
| XYZ | 5.85 | 2.47 | 25.76 | - |
| YUV | 29.33 | 191.58 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 142 | 0.70 | 0.99 | 0 | 0.44 | 257.45 | 0.99 | 0.28 |
| Hex | 2A | 1 | 8E | 46 | 63 | 0 | 2C | 101 | 63 | 1C |
| Octal | 52 | 1 | 216 | 106 | 143 | 0 | 54 | 401 | 143 | 34 |
| Binary | 101010 | 1 | 10001110 | 1000110 | 1100011 | 0 | 101100 | 100000001 | 1100011 | 11100 |
Color Harmonies of #2A018E
Complementary color
Monochromatic Colors of #2A018E
Black with #2A018E
Text Example
Text Example
White with #2A018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A018E; }
p { color: rgb(42,1,142); }
H1.HeaderClassName
{
color: #2A018E;
}
.AnyTagClassName
{
color: #2A018E;
}
</style>
background-color css
<style>
a { background-color: #2A018E; }
a { background-color: rgb(42,1,142); }
div.DivClassName
{
background-color: #2A018E;
}
.BgClassName
{
background-color: #2A018E;
}
</style>
border-color css
<style>
span { border-color: #2A018E; }
span { border-color: rgb(42,1,142); }
td.TdClassName
{
border-color: #2A018E;
}
.TagClassName
{
border-color: #2A018E;
}
</style>