Shades of Persian Indigo #2D0E75
Tints of Persian Indigo #2D0E75
RGB
CMYK
RGB Variations
Color information
#2D0E75 (or 0x2D0E75) is known color: Persian Indigo. HEX triplet: 2D, 0E and 75. RGB value is (45,14,117). Sum of RGB (Red+Green+Blue) = 45+14+117=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D0E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0E75 is #D2F18A. Grayscale: #222222. Windows color (decimal): -13824395 or 7671341. OLE color: 7671341.
HSL color Cylindrical-coordinate representation of color #2D0E75: hue angle of 258.06º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0E75 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 14 | 117 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.54 |
| HSL | 258.06º | 0.79% | 0.26% | - |
| HSV(B) | 258.06º | 0.88% | 0.46% | - |
| XYZ | 4.45 | 2.16 | 17.01 | - |
| YUV | 35.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 117 | 0.62 | 0.88 | 0 | 0.54 | 258.06 | 0.79 | 0.26 |
| Hex | 2D | E | 75 | 3E | 58 | 0 | 36 | 102 | 4F | 1A |
| Octal | 55 | 16 | 165 | 76 | 130 | 0 | 66 | 402 | 117 | 32 |
| Binary | 101101 | 1110 | 1110101 | 111110 | 1011000 | 0 | 110110 | 100000010 | 1001111 | 11010 |
Color Harmonies of #2D0E75
Complementary color
Monochromatic Colors of #2D0E75
Black with #2D0E75
Text Example
Text Example
White with #2D0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E75; }
p { color: rgb(45,14,117); }
H1.HeaderClassName
{
color: #2D0E75;
}
.AnyTagClassName
{
color: #2D0E75;
}
</style>
background-color css
<style>
a { background-color: #2D0E75; }
a { background-color: rgb(45,14,117); }
div.DivClassName
{
background-color: #2D0E75;
}
.BgClassName
{
background-color: #2D0E75;
}
</style>
border-color css
<style>
span { border-color: #2D0E75; }
span { border-color: rgb(45,14,117); }
td.TdClassName
{
border-color: #2D0E75;
}
.TagClassName
{
border-color: #2D0E75;
}
</style>