Shades of Persian Indigo #2D0570
Tints of Persian Indigo #2D0570
RGB
CMYK
RGB Variations
Color information
#2D0570 (or 0x2D0570) is known color: Persian Indigo. HEX triplet: 2D, 05 and 70. RGB value is (45,5,112). Sum of RGB (Red+Green+Blue) = 45+5+112=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0570 is #D2FA8F. Grayscale: #1C1C1C. Windows color (decimal): -13826704 or 7341357. OLE color: 7341357.
HSL color Cylindrical-coordinate representation of color #2D0570: hue angle of 262.43º degrees, saturation: 0.91, 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 #2D0570 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 5 | 112 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.56 |
| HSL | 262.43º | 0.91% | 0.23% | - |
| HSV(B) | 262.43º | 0.96% | 0.44% | - |
| XYZ | 4.06 | 1.84 | 15.47 | - |
| YUV | 29.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 112 | 0.60 | 0.96 | 0 | 0.56 | 262.43 | 0.91 | 0.23 |
| Hex | 2D | 5 | 70 | 3C | 60 | 0 | 38 | 106 | 5B | 17 |
| Octal | 55 | 5 | 160 | 74 | 140 | 0 | 70 | 406 | 133 | 27 |
| Binary | 101101 | 101 | 1110000 | 111100 | 1100000 | 0 | 111000 | 100000110 | 1011011 | 10111 |
Color Harmonies of #2D0570
Complementary color
Monochromatic Colors of #2D0570
Black with #2D0570
Text Example
Text Example
White with #2D0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0570; }
p { color: rgb(45,5,112); }
H1.HeaderClassName
{
color: #2D0570;
}
.AnyTagClassName
{
color: #2D0570;
}
</style>
background-color css
<style>
a { background-color: #2D0570; }
a { background-color: rgb(45,5,112); }
div.DivClassName
{
background-color: #2D0570;
}
.BgClassName
{
background-color: #2D0570;
}
</style>
border-color css
<style>
span { border-color: #2D0570; }
span { border-color: rgb(45,5,112); }
td.TdClassName
{
border-color: #2D0570;
}
.TagClassName
{
border-color: #2D0570;
}
</style>