Shades of Persian Indigo #2D0899
Tints of Persian Indigo #2D0899
RGB
CMYK
RGB Variations
Color information
#2D0899 (or 0x2D0899) is known color: Persian Indigo. HEX triplet: 2D, 08 and 99. RGB value is (45,8,153). Sum of RGB (Red+Green+Blue) = 45+8+153=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D0899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0899 is #D2F766. Grayscale: #232323. Windows color (decimal): -13825895 or 10029101. OLE color: 10029101.
HSL color Cylindrical-coordinate representation of color #2D0899: hue angle of 255.31º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0899 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 8 | 153 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.4 |
| HSL | 255.31º | 0.9% | 0.32% | - |
| HSV(B) | 255.31º | 0.95% | 0.6% | - |
| XYZ | 6.92 | 3.03 | 30.36 | - |
| YUV | 35.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 153 | 0.71 | 0.95 | 0 | 0.4 | 255.31 | 0.9 | 0.32 |
| Hex | 2D | 8 | 99 | 47 | 5F | 0 | 28 | FF | 5A | 20 |
| Octal | 55 | 10 | 231 | 107 | 137 | 0 | 50 | 377 | 132 | 40 |
| Binary | 101101 | 1000 | 10011001 | 1000111 | 1011111 | 0 | 101000 | 11111111 | 1011010 | 100000 |
Color Harmonies of #2D0899
Complementary color
Monochromatic Colors of #2D0899
Black with #2D0899
Text Example
Text Example
White with #2D0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0899; }
p { color: rgb(45,8,153); }
H1.HeaderClassName
{
color: #2D0899;
}
.AnyTagClassName
{
color: #2D0899;
}
</style>
background-color css
<style>
a { background-color: #2D0899; }
a { background-color: rgb(45,8,153); }
div.DivClassName
{
background-color: #2D0899;
}
.BgClassName
{
background-color: #2D0899;
}
</style>
border-color css
<style>
span { border-color: #2D0899; }
span { border-color: rgb(45,8,153); }
td.TdClassName
{
border-color: #2D0899;
}
.TagClassName
{
border-color: #2D0899;
}
</style>