Shades of Persian Indigo #2D0E96
Tints of Persian Indigo #2D0E96
RGB
CMYK
RGB Variations
Color information
#2D0E96 (or 0x2D0E96) is known color: Persian Indigo. HEX triplet: 2D, 0E and 96. RGB value is (45,14,150). Sum of RGB (Red+Green+Blue) = 45+14+150=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D0E96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0E96 is #D2F169. Grayscale: #262626. Windows color (decimal): -13824362 or 9834029. OLE color: 9834029.
HSL color Cylindrical-coordinate representation of color #2D0E96: hue angle of 253.68º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0E96 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 14 | 150 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.41 |
| HSL | 253.68º | 0.83% | 0.32% | - |
| HSV(B) | 253.68º | 0.91% | 0.59% | - |
| XYZ | 6.74 | 3.07 | 29.09 | - |
| YUV | 38.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 150 | 0.70 | 0.91 | 0 | 0.41 | 253.68 | 0.83 | 0.32 |
| Hex | 2D | E | 96 | 46 | 5B | 0 | 29 | FE | 53 | 20 |
| Octal | 55 | 16 | 226 | 106 | 133 | 0 | 51 | 376 | 123 | 40 |
| Binary | 101101 | 1110 | 10010110 | 1000110 | 1011011 | 0 | 101001 | 11111110 | 1010011 | 100000 |
Color Harmonies of #2D0E96
Complementary color
Monochromatic Colors of #2D0E96
Black with #2D0E96
Text Example
Text Example
White with #2D0E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E96; }
p { color: rgb(45,14,150); }
H1.HeaderClassName
{
color: #2D0E96;
}
.AnyTagClassName
{
color: #2D0E96;
}
</style>
background-color css
<style>
a { background-color: #2D0E96; }
a { background-color: rgb(45,14,150); }
div.DivClassName
{
background-color: #2D0E96;
}
.BgClassName
{
background-color: #2D0E96;
}
</style>
border-color css
<style>
span { border-color: #2D0E96; }
span { border-color: rgb(45,14,150); }
td.TdClassName
{
border-color: #2D0E96;
}
.TagClassName
{
border-color: #2D0E96;
}
</style>