Shades of Persian Indigo #2D0E7B
Tints of Persian Indigo #2D0E7B
RGB
CMYK
RGB Variations
Color information
#2D0E7B (or 0x2D0E7B) is known color: Persian Indigo. HEX triplet: 2D, 0E and 7B. RGB value is (45,14,123). Sum of RGB (Red+Green+Blue) = 45+14+123=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D0E7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0E7B is #D2F184. Grayscale: #232323. Windows color (decimal): -13824389 or 8064557. OLE color: 8064557.
HSL color Cylindrical-coordinate representation of color #2D0E7B: hue angle of 257.06º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0E7B is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 14 | 123 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.52 |
| HSL | 257.06º | 0.8% | 0.27% | - |
| HSV(B) | 257.06º | 0.89% | 0.48% | - |
| XYZ | 4.81 | 2.3 | 18.93 | - |
| YUV | 35.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 123 | 0.63 | 0.89 | 0 | 0.52 | 257.06 | 0.8 | 0.27 |
| Hex | 2D | E | 7B | 3F | 59 | 0 | 34 | 101 | 50 | 1B |
| Octal | 55 | 16 | 173 | 77 | 131 | 0 | 64 | 401 | 120 | 33 |
| Binary | 101101 | 1110 | 1111011 | 111111 | 1011001 | 0 | 110100 | 100000001 | 1010000 | 11011 |
Color Harmonies of #2D0E7B
Complementary color
Monochromatic Colors of #2D0E7B
Black with #2D0E7B
Text Example
Text Example
White with #2D0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E7B; }
p { color: rgb(45,14,123); }
H1.HeaderClassName
{
color: #2D0E7B;
}
.AnyTagClassName
{
color: #2D0E7B;
}
</style>
background-color css
<style>
a { background-color: #2D0E7B; }
a { background-color: rgb(45,14,123); }
div.DivClassName
{
background-color: #2D0E7B;
}
.BgClassName
{
background-color: #2D0E7B;
}
</style>
border-color css
<style>
span { border-color: #2D0E7B; }
span { border-color: rgb(45,14,123); }
td.TdClassName
{
border-color: #2D0E7B;
}
.TagClassName
{
border-color: #2D0E7B;
}
</style>