Shades of Persian Indigo #2A1C79
Tints of Persian Indigo #2A1C79
RGB
CMYK
RGB Variations
Color information
#2A1C79 (or 0x2A1C79) is known color: Persian Indigo. HEX triplet: 2A, 1C and 79. RGB value is (42,28,121). Sum of RGB (Red+Green+Blue) = 42+28+121=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A1C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1C79 is #D5E386. Grayscale: #2A2A2A. Windows color (decimal): -14017415 or 7937066. OLE color: 7937066.
HSL color Cylindrical-coordinate representation of color #2A1C79: hue angle of 249.03º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A1C79 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 28 | 121 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.53 |
| HSL | 249.03º | 0.62% | 0.29% | - |
| HSV(B) | 249.03º | 0.77% | 0.47% | - |
| XYZ | 4.82 | 2.7 | 18.36 | - |
| YUV | 42.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 121 | 0.65 | 0.77 | 0 | 0.53 | 249.03 | 0.62 | 0.29 |
| Hex | 2A | 1C | 79 | 41 | 4D | 0 | 35 | F9 | 3E | 1D |
| Octal | 52 | 34 | 171 | 101 | 115 | 0 | 65 | 371 | 76 | 35 |
| Binary | 101010 | 11100 | 1111001 | 1000001 | 1001101 | 0 | 110101 | 11111001 | 111110 | 11101 |
Color Harmonies of #2A1C79
Complementary color
Monochromatic Colors of #2A1C79
Black with #2A1C79
Text Example
Text Example
White with #2A1C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C79; }
p { color: rgb(42,28,121); }
H1.HeaderClassName
{
color: #2A1C79;
}
.AnyTagClassName
{
color: #2A1C79;
}
</style>
background-color css
<style>
a { background-color: #2A1C79; }
a { background-color: rgb(42,28,121); }
div.DivClassName
{
background-color: #2A1C79;
}
.BgClassName
{
background-color: #2A1C79;
}
</style>
border-color css
<style>
span { border-color: #2A1C79; }
span { border-color: rgb(42,28,121); }
td.TdClassName
{
border-color: #2A1C79;
}
.TagClassName
{
border-color: #2A1C79;
}
</style>