Shades of Persian Indigo #2D0599
Tints of Persian Indigo #2D0599
RGB
CMYK
RGB Variations
Color information
#2D0599 (or 0x2D0599) is known color: Persian Indigo. HEX triplet: 2D, 05 and 99. RGB value is (45,5,153). Sum of RGB (Red+Green+Blue) = 45+5+153=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0599 is #D2FA66. Grayscale: #212121. Windows color (decimal): -13826663 or 10028333. OLE color: 10028333.
HSL color Cylindrical-coordinate representation of color #2D0599: hue angle of 256.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0599 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 5 | 153 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.4 |
| HSL | 256.22º | 0.94% | 0.31% | - |
| HSV(B) | 256.22º | 0.97% | 0.6% | - |
| XYZ | 6.89 | 2.97 | 30.35 | - |
| YUV | 33.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 153 | 0.71 | 0.97 | 0 | 0.4 | 256.22 | 0.94 | 0.31 |
| Hex | 2D | 5 | 99 | 47 | 61 | 0 | 28 | 100 | 5E | 1F |
| Octal | 55 | 5 | 231 | 107 | 141 | 0 | 50 | 400 | 136 | 37 |
| Binary | 101101 | 101 | 10011001 | 1000111 | 1100001 | 0 | 101000 | 100000000 | 1011110 | 11111 |
Color Harmonies of #2D0599
Complementary color
Monochromatic Colors of #2D0599
Black with #2D0599
Text Example
Text Example
White with #2D0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0599; }
p { color: rgb(45,5,153); }
H1.HeaderClassName
{
color: #2D0599;
}
.AnyTagClassName
{
color: #2D0599;
}
</style>
background-color css
<style>
a { background-color: #2D0599; }
a { background-color: rgb(45,5,153); }
div.DivClassName
{
background-color: #2D0599;
}
.BgClassName
{
background-color: #2D0599;
}
</style>
border-color css
<style>
span { border-color: #2D0599; }
span { border-color: rgb(45,5,153); }
td.TdClassName
{
border-color: #2D0599;
}
.TagClassName
{
border-color: #2D0599;
}
</style>