Shades of Persian Indigo #2A1D8E
Tints of Persian Indigo #2A1D8E
RGB
CMYK
RGB Variations
Color information
#2A1D8E (or 0x2A1D8E) is known color: Persian Indigo. HEX triplet: 2A, 1D and 8E. RGB value is (42,29,142). Sum of RGB (Red+Green+Blue) = 42+29+142=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A1D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1D8E is #D5E271. Grayscale: #2D2D2D. Windows color (decimal): -14017138 or 9313578. OLE color: 9313578.
HSL color Cylindrical-coordinate representation of color #2A1D8E: hue angle of 246.9º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A1D8E is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 29 | 142 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.44 |
| HSL | 246.9º | 0.66% | 0.34% | - |
| HSV(B) | 246.9º | 0.8% | 0.56% | - |
| XYZ | 6.28 | 3.32 | 25.9 | - |
| YUV | 45.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 142 | 0.70 | 0.80 | 0 | 0.44 | 246.9 | 0.66 | 0.34 |
| Hex | 2A | 1D | 8E | 46 | 50 | 0 | 2C | F7 | 42 | 22 |
| Octal | 52 | 35 | 216 | 106 | 120 | 0 | 54 | 367 | 102 | 42 |
| Binary | 101010 | 11101 | 10001110 | 1000110 | 1010000 | 0 | 101100 | 11110111 | 1000010 | 100010 |
Color Harmonies of #2A1D8E
Complementary color
Monochromatic Colors of #2A1D8E
Black with #2A1D8E
Text Example
Text Example
White with #2A1D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D8E; }
p { color: rgb(42,29,142); }
H1.HeaderClassName
{
color: #2A1D8E;
}
.AnyTagClassName
{
color: #2A1D8E;
}
</style>
background-color css
<style>
a { background-color: #2A1D8E; }
a { background-color: rgb(42,29,142); }
div.DivClassName
{
background-color: #2A1D8E;
}
.BgClassName
{
background-color: #2A1D8E;
}
</style>
border-color css
<style>
span { border-color: #2A1D8E; }
span { border-color: rgb(42,29,142); }
td.TdClassName
{
border-color: #2A1D8E;
}
.TagClassName
{
border-color: #2A1D8E;
}
</style>