Shades of Persian Indigo #2D1571
Tints of Persian Indigo #2D1571
RGB
CMYK
RGB Variations
Color information
#2D1571 (or 0x2D1571) is known color: Persian Indigo. HEX triplet: 2D, 15 and 71. RGB value is (45,21,113). Sum of RGB (Red+Green+Blue) = 45+21+113=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1571 is #D2EA8E. Grayscale: #262626. Windows color (decimal): -13822607 or 7410989. OLE color: 7410989.
HSL color Cylindrical-coordinate representation of color #2D1571: hue angle of 255.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1571 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 21 | 113 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.56 |
| HSL | 255.65º | 0.69% | 0.26% | - |
| HSV(B) | 255.65º | 0.81% | 0.44% | - |
| XYZ | 4.33 | 2.29 | 15.84 | - |
| YUV | 38.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 113 | 0.60 | 0.81 | 0 | 0.56 | 255.65 | 0.69 | 0.26 |
| Hex | 2D | 15 | 71 | 3C | 51 | 0 | 38 | 100 | 45 | 1A |
| Octal | 55 | 25 | 161 | 74 | 121 | 0 | 70 | 400 | 105 | 32 |
| Binary | 101101 | 10101 | 1110001 | 111100 | 1010001 | 0 | 111000 | 100000000 | 1000101 | 11010 |
Color Harmonies of #2D1571
Complementary color
Monochromatic Colors of #2D1571
Black with #2D1571
Text Example
Text Example
White with #2D1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1571; }
p { color: rgb(45,21,113); }
H1.HeaderClassName
{
color: #2D1571;
}
.AnyTagClassName
{
color: #2D1571;
}
</style>
background-color css
<style>
a { background-color: #2D1571; }
a { background-color: rgb(45,21,113); }
div.DivClassName
{
background-color: #2D1571;
}
.BgClassName
{
background-color: #2D1571;
}
</style>
border-color css
<style>
span { border-color: #2D1571; }
span { border-color: rgb(45,21,113); }
td.TdClassName
{
border-color: #2D1571;
}
.TagClassName
{
border-color: #2D1571;
}
</style>