Shades of Persian Indigo #2D056E
Tints of Persian Indigo #2D056E
RGB
CMYK
RGB Variations
Color information
#2D056E (or 0x2D056E) is known color: Persian Indigo. HEX triplet: 2D, 05 and 6E. RGB value is (45,5,110). Sum of RGB (Red+Green+Blue) = 45+5+110=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D056E is #D2FA91. Grayscale: #1C1C1C. Windows color (decimal): -13826706 or 7210285. OLE color: 7210285.
HSL color Cylindrical-coordinate representation of color #2D056E: hue angle of 262.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D056E is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 5 | 110 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.57 |
| HSL | 262.86º | 0.91% | 0.23% | - |
| HSV(B) | 262.86º | 0.95% | 0.43% | - |
| XYZ | 3.95 | 1.79 | 14.89 | - |
| YUV | 28.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 110 | 0.59 | 0.95 | 0 | 0.57 | 262.86 | 0.91 | 0.23 |
| Hex | 2D | 5 | 6E | 3B | 5F | 0 | 39 | 107 | 5B | 17 |
| Octal | 55 | 5 | 156 | 73 | 137 | 0 | 71 | 407 | 133 | 27 |
| Binary | 101101 | 101 | 1101110 | 111011 | 1011111 | 0 | 111001 | 100000111 | 1011011 | 10111 |
Color Harmonies of #2D056E
Complementary color
Monochromatic Colors of #2D056E
Black with #2D056E
Text Example
Text Example
White with #2D056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D056E; }
p { color: rgb(45,5,110); }
H1.HeaderClassName
{
color: #2D056E;
}
.AnyTagClassName
{
color: #2D056E;
}
</style>
background-color css
<style>
a { background-color: #2D056E; }
a { background-color: rgb(45,5,110); }
div.DivClassName
{
background-color: #2D056E;
}
.BgClassName
{
background-color: #2D056E;
}
</style>
border-color css
<style>
span { border-color: #2D056E; }
span { border-color: rgb(45,5,110); }
td.TdClassName
{
border-color: #2D056E;
}
.TagClassName
{
border-color: #2D056E;
}
</style>