Shades of Persian Indigo #2D0471
Tints of Persian Indigo #2D0471
RGB
CMYK
RGB Variations
Color information
#2D0471 (or 0x2D0471) is known color: Persian Indigo. HEX triplet: 2D, 04 and 71. RGB value is (45,4,113). Sum of RGB (Red+Green+Blue) = 45+4+113=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D0471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0471 is #D2FB8E. Grayscale: #1C1C1C. Windows color (decimal): -13826959 or 7406637. OLE color: 7406637.
HSL color Cylindrical-coordinate representation of color #2D0471: hue angle of 262.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0471 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 4 | 113 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.56 |
| HSL | 262.57º | 0.93% | 0.23% | - |
| HSV(B) | 262.57º | 0.96% | 0.44% | - |
| XYZ | 4.11 | 1.84 | 15.76 | - |
| YUV | 28.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 113 | 0.60 | 0.96 | 0 | 0.56 | 262.57 | 0.93 | 0.23 |
| Hex | 2D | 4 | 71 | 3C | 60 | 0 | 38 | 107 | 5D | 17 |
| Octal | 55 | 4 | 161 | 74 | 140 | 0 | 70 | 407 | 135 | 27 |
| Binary | 101101 | 100 | 1110001 | 111100 | 1100000 | 0 | 111000 | 100000111 | 1011101 | 10111 |
Color Harmonies of #2D0471
Complementary color
Monochromatic Colors of #2D0471
Black with #2D0471
Text Example
Text Example
White with #2D0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0471; }
p { color: rgb(45,4,113); }
H1.HeaderClassName
{
color: #2D0471;
}
.AnyTagClassName
{
color: #2D0471;
}
</style>
background-color css
<style>
a { background-color: #2D0471; }
a { background-color: rgb(45,4,113); }
div.DivClassName
{
background-color: #2D0471;
}
.BgClassName
{
background-color: #2D0471;
}
</style>
border-color css
<style>
span { border-color: #2D0471; }
span { border-color: rgb(45,4,113); }
td.TdClassName
{
border-color: #2D0471;
}
.TagClassName
{
border-color: #2D0471;
}
</style>