Shades of Persian Indigo #2D1871
Tints of Persian Indigo #2D1871
RGB
CMYK
RGB Variations
Color information
#2D1871 (or 0x2D1871) is known color: Persian Indigo. HEX triplet: 2D, 18 and 71. RGB value is (45,24,113). Sum of RGB (Red+Green+Blue) = 45+24+113=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1871 is #D2E78E. Grayscale: #282828. Windows color (decimal): -13821839 or 7411757. OLE color: 7411757.
HSL color Cylindrical-coordinate representation of color #2D1871: hue angle of 254.16º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D1871 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 24 | 113 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.56 |
| HSL | 254.16º | 0.65% | 0.27% | - |
| HSV(B) | 254.16º | 0.79% | 0.44% | - |
| XYZ | 4.39 | 2.4 | 15.86 | - |
| YUV | 40.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 113 | 0.60 | 0.79 | 0 | 0.56 | 254.16 | 0.65 | 0.27 |
| Hex | 2D | 18 | 71 | 3C | 4F | 0 | 38 | FE | 41 | 1B |
| Octal | 55 | 30 | 161 | 74 | 117 | 0 | 70 | 376 | 101 | 33 |
| Binary | 101101 | 11000 | 1110001 | 111100 | 1001111 | 0 | 111000 | 11111110 | 1000001 | 11011 |
Color Harmonies of #2D1871
Complementary color
Monochromatic Colors of #2D1871
Black with #2D1871
Text Example
Text Example
White with #2D1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1871; }
p { color: rgb(45,24,113); }
H1.HeaderClassName
{
color: #2D1871;
}
.AnyTagClassName
{
color: #2D1871;
}
</style>
background-color css
<style>
a { background-color: #2D1871; }
a { background-color: rgb(45,24,113); }
div.DivClassName
{
background-color: #2D1871;
}
.BgClassName
{
background-color: #2D1871;
}
</style>
border-color css
<style>
span { border-color: #2D1871; }
span { border-color: rgb(45,24,113); }
td.TdClassName
{
border-color: #2D1871;
}
.TagClassName
{
border-color: #2D1871;
}
</style>