Shades of Persian Indigo #2D066D
Tints of Persian Indigo #2D066D
RGB
CMYK
RGB Variations
Color information
#2D066D (or 0x2D066D) is known color: Persian Indigo. HEX triplet: 2D, 06 and 6D. RGB value is (45,6,109). Sum of RGB (Red+Green+Blue) = 45+6+109=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D066D is #D2F992. Grayscale: #1D1D1D. Windows color (decimal): -13826451 or 7145005. OLE color: 7145005.
HSL color Cylindrical-coordinate representation of color #2D066D: hue angle of 262.72º degrees, saturation: 0.9, 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 #2D066D is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 6 | 109 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.57 |
| HSL | 262.72º | 0.9% | 0.23% | - |
| HSV(B) | 262.72º | 0.94% | 0.43% | - |
| XYZ | 3.91 | 1.79 | 14.61 | - |
| YUV | 29.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 109 | 0.59 | 0.94 | 0 | 0.57 | 262.72 | 0.9 | 0.23 |
| Hex | 2D | 6 | 6D | 3B | 5E | 0 | 39 | 107 | 5A | 17 |
| Octal | 55 | 6 | 155 | 73 | 136 | 0 | 71 | 407 | 132 | 27 |
| Binary | 101101 | 110 | 1101101 | 111011 | 1011110 | 0 | 111001 | 100000111 | 1011010 | 10111 |
Color Harmonies of #2D066D
Complementary color
Monochromatic Colors of #2D066D
Black with #2D066D
Text Example
Text Example
White with #2D066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D066D; }
p { color: rgb(45,6,109); }
H1.HeaderClassName
{
color: #2D066D;
}
.AnyTagClassName
{
color: #2D066D;
}
</style>
background-color css
<style>
a { background-color: #2D066D; }
a { background-color: rgb(45,6,109); }
div.DivClassName
{
background-color: #2D066D;
}
.BgClassName
{
background-color: #2D066D;
}
</style>
border-color css
<style>
span { border-color: #2D066D; }
span { border-color: rgb(45,6,109); }
td.TdClassName
{
border-color: #2D066D;
}
.TagClassName
{
border-color: #2D066D;
}
</style>