Shades of Persian Indigo #2D0589
Tints of Persian Indigo #2D0589
RGB
CMYK
RGB Variations
Color information
#2D0589 (or 0x2D0589) is known color: Persian Indigo. HEX triplet: 2D, 05 and 89. RGB value is (45,5,137). Sum of RGB (Red+Green+Blue) = 45+5+137=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D0589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0589 is #D2FA76. Grayscale: #1F1F1F. Windows color (decimal): -13826679 or 8979757. OLE color: 8979757.
HSL color Cylindrical-coordinate representation of color #2D0589: hue angle of 258.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0589 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 5 | 137 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.46 |
| HSL | 258.18º | 0.93% | 0.28% | - |
| HSV(B) | 258.18º | 0.96% | 0.54% | - |
| XYZ | 5.65 | 2.47 | 23.85 | - |
| YUV | 32.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 137 | 0.67 | 0.96 | 0 | 0.46 | 258.18 | 0.93 | 0.28 |
| Hex | 2D | 5 | 89 | 43 | 60 | 0 | 2E | 102 | 5D | 1C |
| Octal | 55 | 5 | 211 | 103 | 140 | 0 | 56 | 402 | 135 | 34 |
| Binary | 101101 | 101 | 10001001 | 1000011 | 1100000 | 0 | 101110 | 100000010 | 1011101 | 11100 |
Color Harmonies of #2D0589
Complementary color
Monochromatic Colors of #2D0589
Black with #2D0589
Text Example
Text Example
White with #2D0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0589; }
p { color: rgb(45,5,137); }
H1.HeaderClassName
{
color: #2D0589;
}
.AnyTagClassName
{
color: #2D0589;
}
</style>
background-color css
<style>
a { background-color: #2D0589; }
a { background-color: rgb(45,5,137); }
div.DivClassName
{
background-color: #2D0589;
}
.BgClassName
{
background-color: #2D0589;
}
</style>
border-color css
<style>
span { border-color: #2D0589; }
span { border-color: rgb(45,5,137); }
td.TdClassName
{
border-color: #2D0589;
}
.TagClassName
{
border-color: #2D0589;
}
</style>