Shades of Persian Indigo #2D0986
Tints of Persian Indigo #2D0986
RGB
CMYK
RGB Variations
Color information
#2D0986 (or 0x2D0986) is known color: Persian Indigo. HEX triplet: 2D, 09 and 86. RGB value is (45,9,134). Sum of RGB (Red+Green+Blue) = 45+9+134=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D0986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0986 is #D2F679. Grayscale: #212121. Windows color (decimal): -13825658 or 8784173. OLE color: 8784173.
HSL color Cylindrical-coordinate representation of color #2D0986: hue angle of 257.28º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0986 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 9 | 134 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.47 |
| HSL | 257.28º | 0.87% | 0.28% | - |
| HSV(B) | 257.28º | 0.93% | 0.53% | - |
| XYZ | 5.48 | 2.47 | 22.74 | - |
| YUV | 34.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 134 | 0.66 | 0.93 | 0 | 0.47 | 257.28 | 0.87 | 0.28 |
| Hex | 2D | 9 | 86 | 42 | 5D | 0 | 2F | 101 | 57 | 1C |
| Octal | 55 | 11 | 206 | 102 | 135 | 0 | 57 | 401 | 127 | 34 |
| Binary | 101101 | 1001 | 10000110 | 1000010 | 1011101 | 0 | 101111 | 100000001 | 1010111 | 11100 |
Color Harmonies of #2D0986
Complementary color
Monochromatic Colors of #2D0986
Black with #2D0986
Text Example
Text Example
White with #2D0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0986; }
p { color: rgb(45,9,134); }
H1.HeaderClassName
{
color: #2D0986;
}
.AnyTagClassName
{
color: #2D0986;
}
</style>
background-color css
<style>
a { background-color: #2D0986; }
a { background-color: rgb(45,9,134); }
div.DivClassName
{
background-color: #2D0986;
}
.BgClassName
{
background-color: #2D0986;
}
</style>
border-color css
<style>
span { border-color: #2D0986; }
span { border-color: rgb(45,9,134); }
td.TdClassName
{
border-color: #2D0986;
}
.TagClassName
{
border-color: #2D0986;
}
</style>