Shades of Persian Indigo #2A1979
Tints of Persian Indigo #2A1979
RGB
CMYK
RGB Variations
Color information
#2A1979 (or 0x2A1979) is known color: Persian Indigo. HEX triplet: 2A, 19 and 79. RGB value is (42,25,121). Sum of RGB (Red+Green+Blue) = 42+25+121=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A1979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1979 is #D5E686. Grayscale: #282828. Windows color (decimal): -14018183 or 7936298. OLE color: 7936298.
HSL color Cylindrical-coordinate representation of color #2A1979: hue angle of 250.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1979 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 25 | 121 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.53 |
| HSL | 250.63º | 0.66% | 0.29% | - |
| HSV(B) | 250.63º | 0.79% | 0.47% | - |
| XYZ | 4.75 | 2.57 | 18.33 | - |
| YUV | 41.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 121 | 0.65 | 0.79 | 0 | 0.53 | 250.63 | 0.66 | 0.29 |
| Hex | 2A | 19 | 79 | 41 | 4F | 0 | 35 | FB | 42 | 1D |
| Octal | 52 | 31 | 171 | 101 | 117 | 0 | 65 | 373 | 102 | 35 |
| Binary | 101010 | 11001 | 1111001 | 1000001 | 1001111 | 0 | 110101 | 11111011 | 1000010 | 11101 |
Color Harmonies of #2A1979
Complementary color
Monochromatic Colors of #2A1979
Black with #2A1979
Text Example
Text Example
White with #2A1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1979; }
p { color: rgb(42,25,121); }
H1.HeaderClassName
{
color: #2A1979;
}
.AnyTagClassName
{
color: #2A1979;
}
</style>
background-color css
<style>
a { background-color: #2A1979; }
a { background-color: rgb(42,25,121); }
div.DivClassName
{
background-color: #2A1979;
}
.BgClassName
{
background-color: #2A1979;
}
</style>
border-color css
<style>
span { border-color: #2A1979; }
span { border-color: rgb(42,25,121); }
td.TdClassName
{
border-color: #2A1979;
}
.TagClassName
{
border-color: #2A1979;
}
</style>