Shades of Persian Indigo #2D046E
Tints of Persian Indigo #2D046E
RGB
CMYK
RGB Variations
Color information
#2D046E (or 0x2D046E) is known color: Persian Indigo. HEX triplet: 2D, 04 and 6E. RGB value is (45,4,110). Sum of RGB (Red+Green+Blue) = 45+4+110=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D046E is #D2FB91. Grayscale: #1B1B1B. Windows color (decimal): -13826962 or 7210029. OLE color: 7210029.
HSL color Cylindrical-coordinate representation of color #2D046E: hue angle of 263.21º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D046E is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 4 | 110 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.57 |
| HSL | 263.21º | 0.93% | 0.22% | - |
| HSV(B) | 263.21º | 0.96% | 0.43% | - |
| XYZ | 3.94 | 1.77 | 14.89 | - |
| YUV | 28.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 110 | 0.59 | 0.96 | 0 | 0.57 | 263.21 | 0.93 | 0.22 |
| Hex | 2D | 4 | 6E | 3B | 60 | 0 | 39 | 107 | 5D | 16 |
| Octal | 55 | 4 | 156 | 73 | 140 | 0 | 71 | 407 | 135 | 26 |
| Binary | 101101 | 100 | 1101110 | 111011 | 1100000 | 0 | 111001 | 100000111 | 1011101 | 10110 |
Color Harmonies of #2D046E
Complementary color
Monochromatic Colors of #2D046E
Black with #2D046E
Text Example
Text Example
White with #2D046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D046E; }
p { color: rgb(45,4,110); }
H1.HeaderClassName
{
color: #2D046E;
}
.AnyTagClassName
{
color: #2D046E;
}
</style>
background-color css
<style>
a { background-color: #2D046E; }
a { background-color: rgb(45,4,110); }
div.DivClassName
{
background-color: #2D046E;
}
.BgClassName
{
background-color: #2D046E;
}
</style>
border-color css
<style>
span { border-color: #2D046E; }
span { border-color: rgb(45,4,110); }
td.TdClassName
{
border-color: #2D046E;
}
.TagClassName
{
border-color: #2D046E;
}
</style>