Shades of Persian Indigo #2D1979
Tints of Persian Indigo #2D1979
RGB
CMYK
RGB Variations
Color information
#2D1979 (or 0x2D1979) is known color: Persian Indigo. HEX triplet: 2D, 19 and 79. RGB value is (45,25,121). Sum of RGB (Red+Green+Blue) = 45+25+121=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 25 (10.16% from 255 or 13.09% 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 #2D1979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1979 is #D2E686. Grayscale: #292929. Windows color (decimal): -13821575 or 7936301. OLE color: 7936301.
HSL color Cylindrical-coordinate representation of color #2D1979: hue angle of 252.5º 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 #2D1979 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 25 | 121 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.53 |
| HSL | 252.5º | 0.66% | 0.29% | - |
| HSV(B) | 252.5º | 0.79% | 0.47% | - |
| XYZ | 4.88 | 2.63 | 18.34 | - |
| YUV | 41.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 121 | 0.63 | 0.79 | 0 | 0.53 | 252.5 | 0.66 | 0.29 |
| Hex | 2D | 19 | 79 | 3F | 4F | 0 | 35 | FD | 42 | 1D |
| Octal | 55 | 31 | 171 | 77 | 117 | 0 | 65 | 375 | 102 | 35 |
| Binary | 101101 | 11001 | 1111001 | 111111 | 1001111 | 0 | 110101 | 11111101 | 1000010 | 11101 |
Color Harmonies of #2D1979
Complementary color
Monochromatic Colors of #2D1979
Black with #2D1979
Text Example
Text Example
White with #2D1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1979; }
p { color: rgb(45,25,121); }
H1.HeaderClassName
{
color: #2D1979;
}
.AnyTagClassName
{
color: #2D1979;
}
</style>
background-color css
<style>
a { background-color: #2D1979; }
a { background-color: rgb(45,25,121); }
div.DivClassName
{
background-color: #2D1979;
}
.BgClassName
{
background-color: #2D1979;
}
</style>
border-color css
<style>
span { border-color: #2D1979; }
span { border-color: rgb(45,25,121); }
td.TdClassName
{
border-color: #2D1979;
}
.TagClassName
{
border-color: #2D1979;
}
</style>