Shades of Persian Indigo #2A1D8D
Tints of Persian Indigo #2A1D8D
RGB
CMYK
RGB Variations
Color information
#2A1D8D (or 0x2A1D8D) is known color: Persian Indigo. HEX triplet: 2A, 1D and 8D. RGB value is (42,29,141). Sum of RGB (Red+Green+Blue) = 42+29+141=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A1D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1D8D is #D5E272. Grayscale: #2D2D2D. Windows color (decimal): -14017139 or 9248042. OLE color: 9248042.
HSL color Cylindrical-coordinate representation of color #2A1D8D: hue angle of 246.96º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1D8D is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 29 | 141 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.45 |
| HSL | 246.96º | 0.66% | 0.33% | - |
| HSV(B) | 246.96º | 0.79% | 0.55% | - |
| XYZ | 6.2 | 3.29 | 25.51 | - |
| YUV | 45.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 141 | 0.70 | 0.79 | 0 | 0.45 | 246.96 | 0.66 | 0.33 |
| Hex | 2A | 1D | 8D | 46 | 4F | 0 | 2D | F7 | 42 | 21 |
| Octal | 52 | 35 | 215 | 106 | 117 | 0 | 55 | 367 | 102 | 41 |
| Binary | 101010 | 11101 | 10001101 | 1000110 | 1001111 | 0 | 101101 | 11110111 | 1000010 | 100001 |
Color Harmonies of #2A1D8D
Complementary color
Monochromatic Colors of #2A1D8D
Black with #2A1D8D
Text Example
Text Example
White with #2A1D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D8D; }
p { color: rgb(42,29,141); }
H1.HeaderClassName
{
color: #2A1D8D;
}
.AnyTagClassName
{
color: #2A1D8D;
}
</style>
background-color css
<style>
a { background-color: #2A1D8D; }
a { background-color: rgb(42,29,141); }
div.DivClassName
{
background-color: #2A1D8D;
}
.BgClassName
{
background-color: #2A1D8D;
}
</style>
border-color css
<style>
span { border-color: #2A1D8D; }
span { border-color: rgb(42,29,141); }
td.TdClassName
{
border-color: #2A1D8D;
}
.TagClassName
{
border-color: #2A1D8D;
}
</style>