Shades of Persian Indigo #2D1879
Tints of Persian Indigo #2D1879
RGB
CMYK
RGB Variations
Color information
#2D1879 (or 0x2D1879) is known color: Persian Indigo. HEX triplet: 2D, 18 and 79. RGB value is (45,24,121). Sum of RGB (Red+Green+Blue) = 45+24+121=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D1879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1879 is #D2E786. Grayscale: #282828. Windows color (decimal): -13821831 or 7936045. OLE color: 7936045.
HSL color Cylindrical-coordinate representation of color #2D1879: hue angle of 252.99º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1879 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 24 | 121 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.53 |
| HSL | 252.99º | 0.67% | 0.28% | - |
| HSV(B) | 252.99º | 0.8% | 0.47% | - |
| XYZ | 4.86 | 2.59 | 18.33 | - |
| YUV | 41.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 121 | 0.63 | 0.80 | 0 | 0.53 | 252.99 | 0.67 | 0.28 |
| Hex | 2D | 18 | 79 | 3F | 50 | 0 | 35 | FD | 43 | 1C |
| Octal | 55 | 30 | 171 | 77 | 120 | 0 | 65 | 375 | 103 | 34 |
| Binary | 101101 | 11000 | 1111001 | 111111 | 1010000 | 0 | 110101 | 11111101 | 1000011 | 11100 |
Color Harmonies of #2D1879
Complementary color
Monochromatic Colors of #2D1879
Black with #2D1879
Text Example
Text Example
White with #2D1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1879; }
p { color: rgb(45,24,121); }
H1.HeaderClassName
{
color: #2D1879;
}
.AnyTagClassName
{
color: #2D1879;
}
</style>
background-color css
<style>
a { background-color: #2D1879; }
a { background-color: rgb(45,24,121); }
div.DivClassName
{
background-color: #2D1879;
}
.BgClassName
{
background-color: #2D1879;
}
</style>
border-color css
<style>
span { border-color: #2D1879; }
span { border-color: rgb(45,24,121); }
td.TdClassName
{
border-color: #2D1879;
}
.TagClassName
{
border-color: #2D1879;
}
</style>