Shades of Persian Indigo #2D0E97
Tints of Persian Indigo #2D0E97
RGB
CMYK
RGB Variations
Color information
#2D0E97 (or 0x2D0E97) is known color: Persian Indigo. HEX triplet: 2D, 0E and 97. RGB value is (45,14,151). Sum of RGB (Red+Green+Blue) = 45+14+151=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D0E97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0E97 is #D2F168. Grayscale: #262626. Windows color (decimal): -13824361 or 9899565. OLE color: 9899565.
HSL color Cylindrical-coordinate representation of color #2D0E97: hue angle of 253.58º 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 #2D0E97 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 14 | 151 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.41 |
| HSL | 253.58º | 0.83% | 0.32% | - |
| HSV(B) | 253.58º | 0.91% | 0.59% | - |
| XYZ | 6.83 | 3.11 | 29.52 | - |
| YUV | 38.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 151 | 0.70 | 0.91 | 0 | 0.41 | 253.58 | 0.83 | 0.32 |
| Hex | 2D | E | 97 | 46 | 5B | 0 | 29 | FE | 53 | 20 |
| Octal | 55 | 16 | 227 | 106 | 133 | 0 | 51 | 376 | 123 | 40 |
| Binary | 101101 | 1110 | 10010111 | 1000110 | 1011011 | 0 | 101001 | 11111110 | 1010011 | 100000 |
Color Harmonies of #2D0E97
Complementary color
Monochromatic Colors of #2D0E97
Black with #2D0E97
Text Example
Text Example
White with #2D0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E97; }
p { color: rgb(45,14,151); }
H1.HeaderClassName
{
color: #2D0E97;
}
.AnyTagClassName
{
color: #2D0E97;
}
</style>
background-color css
<style>
a { background-color: #2D0E97; }
a { background-color: rgb(45,14,151); }
div.DivClassName
{
background-color: #2D0E97;
}
.BgClassName
{
background-color: #2D0E97;
}
</style>
border-color css
<style>
span { border-color: #2D0E97; }
span { border-color: rgb(45,14,151); }
td.TdClassName
{
border-color: #2D0E97;
}
.TagClassName
{
border-color: #2D0E97;
}
</style>