Shades of Persian Indigo #2D0990
Tints of Persian Indigo #2D0990
RGB
CMYK
RGB Variations
Color information
#2D0990 (or 0x2D0990) is known color: Persian Indigo. HEX triplet: 2D, 09 and 90. RGB value is (45,9,144). Sum of RGB (Red+Green+Blue) = 45+9+144=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D0990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0990 is #D2F66F. Grayscale: #222222. Windows color (decimal): -13825648 or 9439533. OLE color: 9439533.
HSL color Cylindrical-coordinate representation of color #2D0990: hue angle of 256º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0990 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 9 | 144 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.44 |
| HSL | 256º | 0.88% | 0.3% | - |
| HSV(B) | 256º | 0.94% | 0.56% | - |
| XYZ | 6.21 | 2.77 | 26.59 | - |
| YUV | 35.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 144 | 0.69 | 0.94 | 0 | 0.44 | 256 | 0.88 | 0.3 |
| Hex | 2D | 9 | 90 | 45 | 5E | 0 | 2C | 100 | 58 | 1E |
| Octal | 55 | 11 | 220 | 105 | 136 | 0 | 54 | 400 | 130 | 36 |
| Binary | 101101 | 1001 | 10010000 | 1000101 | 1011110 | 0 | 101100 | 100000000 | 1011000 | 11110 |
Color Harmonies of #2D0990
Complementary color
Monochromatic Colors of #2D0990
Black with #2D0990
Text Example
Text Example
White with #2D0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0990; }
p { color: rgb(45,9,144); }
H1.HeaderClassName
{
color: #2D0990;
}
.AnyTagClassName
{
color: #2D0990;
}
</style>
background-color css
<style>
a { background-color: #2D0990; }
a { background-color: rgb(45,9,144); }
div.DivClassName
{
background-color: #2D0990;
}
.BgClassName
{
background-color: #2D0990;
}
</style>
border-color css
<style>
span { border-color: #2D0990; }
span { border-color: rgb(45,9,144); }
td.TdClassName
{
border-color: #2D0990;
}
.TagClassName
{
border-color: #2D0990;
}
</style>