Shades of Persian Indigo #2D076D
Tints of Persian Indigo #2D076D
RGB
CMYK
RGB Variations
Color information
#2D076D (or 0x2D076D) is known color: Persian Indigo. HEX triplet: 2D, 07 and 6D. RGB value is (45,7,109). Sum of RGB (Red+Green+Blue) = 45+7+109=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D076D is #D2F892. Grayscale: #1D1D1D. Windows color (decimal): -13826195 or 7145261. OLE color: 7145261.
HSL color Cylindrical-coordinate representation of color #2D076D: hue angle of 262.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D076D is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 7 | 109 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.57 |
| HSL | 262.35º | 0.88% | 0.23% | - |
| HSV(B) | 262.35º | 0.94% | 0.43% | - |
| XYZ | 3.92 | 1.81 | 14.61 | - |
| YUV | 29.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 109 | 0.59 | 0.94 | 0 | 0.57 | 262.35 | 0.88 | 0.23 |
| Hex | 2D | 7 | 6D | 3B | 5E | 0 | 39 | 106 | 58 | 17 |
| Octal | 55 | 7 | 155 | 73 | 136 | 0 | 71 | 406 | 130 | 27 |
| Binary | 101101 | 111 | 1101101 | 111011 | 1011110 | 0 | 111001 | 100000110 | 1011000 | 10111 |
Color Harmonies of #2D076D
Complementary color
Monochromatic Colors of #2D076D
Black with #2D076D
Text Example
Text Example
White with #2D076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D076D; }
p { color: rgb(45,7,109); }
H1.HeaderClassName
{
color: #2D076D;
}
.AnyTagClassName
{
color: #2D076D;
}
</style>
background-color css
<style>
a { background-color: #2D076D; }
a { background-color: rgb(45,7,109); }
div.DivClassName
{
background-color: #2D076D;
}
.BgClassName
{
background-color: #2D076D;
}
</style>
border-color css
<style>
span { border-color: #2D076D; }
span { border-color: rgb(45,7,109); }
td.TdClassName
{
border-color: #2D076D;
}
.TagClassName
{
border-color: #2D076D;
}
</style>