Shades of Persian Indigo #2D0E88
Tints of Persian Indigo #2D0E88
RGB
CMYK
RGB Variations
Color information
#2D0E88 (or 0x2D0E88) is known color: Persian Indigo. HEX triplet: 2D, 0E and 88. RGB value is (45,14,136). Sum of RGB (Red+Green+Blue) = 45+14+136=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D0E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0E88 is #D2F177. Grayscale: #242424. Windows color (decimal): -13824376 or 8916525. OLE color: 8916525.
HSL color Cylindrical-coordinate representation of color #2D0E88: hue angle of 255.25º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0E88 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 14 | 136 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.47 |
| HSL | 255.25º | 0.81% | 0.29% | - |
| HSV(B) | 255.25º | 0.9% | 0.53% | - |
| XYZ | 5.68 | 2.65 | 23.5 | - |
| YUV | 37.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 136 | 0.67 | 0.90 | 0 | 0.47 | 255.25 | 0.81 | 0.29 |
| Hex | 2D | E | 88 | 43 | 5A | 0 | 2F | FF | 51 | 1D |
| Octal | 55 | 16 | 210 | 103 | 132 | 0 | 57 | 377 | 121 | 35 |
| Binary | 101101 | 1110 | 10001000 | 1000011 | 1011010 | 0 | 101111 | 11111111 | 1010001 | 11101 |
Color Harmonies of #2D0E88
Complementary color
Monochromatic Colors of #2D0E88
Black with #2D0E88
Text Example
Text Example
White with #2D0E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E88; }
p { color: rgb(45,14,136); }
H1.HeaderClassName
{
color: #2D0E88;
}
.AnyTagClassName
{
color: #2D0E88;
}
</style>
background-color css
<style>
a { background-color: #2D0E88; }
a { background-color: rgb(45,14,136); }
div.DivClassName
{
background-color: #2D0E88;
}
.BgClassName
{
background-color: #2D0E88;
}
</style>
border-color css
<style>
span { border-color: #2D0E88; }
span { border-color: rgb(45,14,136); }
td.TdClassName
{
border-color: #2D0E88;
}
.TagClassName
{
border-color: #2D0E88;
}
</style>