Shades of Persian Indigo #2D0981
Tints of Persian Indigo #2D0981
RGB
CMYK
RGB Variations
Color information
#2D0981 (or 0x2D0981) is known color: Persian Indigo. HEX triplet: 2D, 09 and 81. RGB value is (45,9,129). Sum of RGB (Red+Green+Blue) = 45+9+129=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #2D0981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0981 is #D2F67E. Grayscale: #212121. Windows color (decimal): -13825663 or 8456493. OLE color: 8456493.
HSL color Cylindrical-coordinate representation of color #2D0981: hue angle of 258º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0981 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 9 | 129 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.49 |
| HSL | 258º | 0.87% | 0.27% | - |
| HSV(B) | 258º | 0.93% | 0.51% | - |
| XYZ | 5.14 | 2.34 | 20.95 | - |
| YUV | 33.44 | 181.93 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 129 | 0.65 | 0.93 | 0 | 0.49 | 258 | 0.87 | 0.27 |
| Hex | 2D | 9 | 81 | 41 | 5D | 0 | 31 | 102 | 57 | 1B |
| Octal | 55 | 11 | 201 | 101 | 135 | 0 | 61 | 402 | 127 | 33 |
| Binary | 101101 | 1001 | 10000001 | 1000001 | 1011101 | 0 | 110001 | 100000010 | 1010111 | 11011 |
Color Harmonies of #2D0981
Complementary color
Monochromatic Colors of #2D0981
Black with #2D0981
Text Example
Text Example
White with #2D0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0981; }
p { color: rgb(45,9,129); }
H1.HeaderClassName
{
color: #2D0981;
}
.AnyTagClassName
{
color: #2D0981;
}
</style>
background-color css
<style>
a { background-color: #2D0981; }
a { background-color: rgb(45,9,129); }
div.DivClassName
{
background-color: #2D0981;
}
.BgClassName
{
background-color: #2D0981;
}
</style>
border-color css
<style>
span { border-color: #2D0981; }
span { border-color: rgb(45,9,129); }
td.TdClassName
{
border-color: #2D0981;
}
.TagClassName
{
border-color: #2D0981;
}
</style>