Shades of Persian Indigo #2D1B71
Tints of Persian Indigo #2D1B71
RGB
CMYK
RGB Variations
Color information
#2D1B71 (or 0x2D1B71) is known color: Persian Indigo. HEX triplet: 2D, 1B and 71. RGB value is (45,27,113). Sum of RGB (Red+Green+Blue) = 45+27+113=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1B71 is #D2E48E. Grayscale: #292929. Windows color (decimal): -13821071 or 7412525. OLE color: 7412525.
HSL color Cylindrical-coordinate representation of color #2D1B71: hue angle of 252.56º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D1B71 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 27 | 113 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.56 |
| HSL | 252.56º | 0.61% | 0.27% | - |
| HSV(B) | 252.56º | 0.76% | 0.44% | - |
| XYZ | 4.45 | 2.53 | 15.88 | - |
| YUV | 42.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 113 | 0.60 | 0.76 | 0 | 0.56 | 252.56 | 0.61 | 0.27 |
| Hex | 2D | 1B | 71 | 3C | 4C | 0 | 38 | FD | 3D | 1B |
| Octal | 55 | 33 | 161 | 74 | 114 | 0 | 70 | 375 | 75 | 33 |
| Binary | 101101 | 11011 | 1110001 | 111100 | 1001100 | 0 | 111000 | 11111101 | 111101 | 11011 |
Color Harmonies of #2D1B71
Complementary color
Monochromatic Colors of #2D1B71
Black with #2D1B71
Text Example
Text Example
White with #2D1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B71; }
p { color: rgb(45,27,113); }
H1.HeaderClassName
{
color: #2D1B71;
}
.AnyTagClassName
{
color: #2D1B71;
}
</style>
background-color css
<style>
a { background-color: #2D1B71; }
a { background-color: rgb(45,27,113); }
div.DivClassName
{
background-color: #2D1B71;
}
.BgClassName
{
background-color: #2D1B71;
}
</style>
border-color css
<style>
span { border-color: #2D1B71; }
span { border-color: rgb(45,27,113); }
td.TdClassName
{
border-color: #2D1B71;
}
.TagClassName
{
border-color: #2D1B71;
}
</style>