Shades of Persian Indigo #2D1371
Tints of Persian Indigo #2D1371
RGB
CMYK
RGB Variations
Color information
#2D1371 (or 0x2D1371) is known color: Persian Indigo. HEX triplet: 2D, 13 and 71. RGB value is (45,19,113). Sum of RGB (Red+Green+Blue) = 45+19+113=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1371 is #D2EC8E. Grayscale: #252525. Windows color (decimal): -13823119 or 7410477. OLE color: 7410477.
HSL color Cylindrical-coordinate representation of color #2D1371: hue angle of 256.6º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1371 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 19 | 113 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.56 |
| HSL | 256.6º | 0.71% | 0.26% | - |
| HSV(B) | 256.6º | 0.83% | 0.44% | - |
| XYZ | 4.3 | 2.22 | 15.82 | - |
| YUV | 37.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 113 | 0.60 | 0.83 | 0 | 0.56 | 256.6 | 0.71 | 0.26 |
| Hex | 2D | 13 | 71 | 3C | 53 | 0 | 38 | 101 | 47 | 1A |
| Octal | 55 | 23 | 161 | 74 | 123 | 0 | 70 | 401 | 107 | 32 |
| Binary | 101101 | 10011 | 1110001 | 111100 | 1010011 | 0 | 111000 | 100000001 | 1000111 | 11010 |
Color Harmonies of #2D1371
Complementary color
Monochromatic Colors of #2D1371
Black with #2D1371
Text Example
Text Example
White with #2D1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1371; }
p { color: rgb(45,19,113); }
H1.HeaderClassName
{
color: #2D1371;
}
.AnyTagClassName
{
color: #2D1371;
}
</style>
background-color css
<style>
a { background-color: #2D1371; }
a { background-color: rgb(45,19,113); }
div.DivClassName
{
background-color: #2D1371;
}
.BgClassName
{
background-color: #2D1371;
}
</style>
border-color css
<style>
span { border-color: #2D1371; }
span { border-color: rgb(45,19,113); }
td.TdClassName
{
border-color: #2D1371;
}
.TagClassName
{
border-color: #2D1371;
}
</style>