Shades of Persian Indigo #2D088E
Tints of Persian Indigo #2D088E
RGB
CMYK
RGB Variations
Color information
#2D088E (or 0x2D088E) is known color: Persian Indigo. HEX triplet: 2D, 08 and 8E. RGB value is (45,8,142). Sum of RGB (Red+Green+Blue) = 45+8+142=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D088E is #D2F771. Grayscale: #212121. Windows color (decimal): -13825906 or 9308205. OLE color: 9308205.
HSL color Cylindrical-coordinate representation of color #2D088E: hue angle of 256.57º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D088E is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 8 | 142 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.44 |
| HSL | 256.57º | 0.89% | 0.29% | - |
| HSV(B) | 256.57º | 0.94% | 0.56% | - |
| XYZ | 6.05 | 2.68 | 25.79 | - |
| YUV | 34.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 142 | 0.68 | 0.94 | 0 | 0.44 | 256.57 | 0.89 | 0.29 |
| Hex | 2D | 8 | 8E | 44 | 5E | 0 | 2C | 101 | 59 | 1D |
| Octal | 55 | 10 | 216 | 104 | 136 | 0 | 54 | 401 | 131 | 35 |
| Binary | 101101 | 1000 | 10001110 | 1000100 | 1011110 | 0 | 101100 | 100000001 | 1011001 | 11101 |
Color Harmonies of #2D088E
Complementary color
Monochromatic Colors of #2D088E
Black with #2D088E
Text Example
Text Example
White with #2D088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D088E; }
p { color: rgb(45,8,142); }
H1.HeaderClassName
{
color: #2D088E;
}
.AnyTagClassName
{
color: #2D088E;
}
</style>
background-color css
<style>
a { background-color: #2D088E; }
a { background-color: rgb(45,8,142); }
div.DivClassName
{
background-color: #2D088E;
}
.BgClassName
{
background-color: #2D088E;
}
</style>
border-color css
<style>
span { border-color: #2D088E; }
span { border-color: rgb(45,8,142); }
td.TdClassName
{
border-color: #2D088E;
}
.TagClassName
{
border-color: #2D088E;
}
</style>