Shades of Persian Indigo #2D156E
Tints of Persian Indigo #2D156E
RGB
CMYK
RGB Variations
Color information
#2D156E (or 0x2D156E) is known color: Persian Indigo. HEX triplet: 2D, 15 and 6E. RGB value is (45,21,110). Sum of RGB (Red+Green+Blue) = 45+21+110=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D156E is #D2EA91. Grayscale: #252525. Windows color (decimal): -13822610 or 7214381. OLE color: 7214381.
HSL color Cylindrical-coordinate representation of color #2D156E: hue angle of 256.18º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D156E is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 21 | 110 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.57 |
| HSL | 256.18º | 0.68% | 0.26% | - |
| HSV(B) | 256.18º | 0.81% | 0.43% | - |
| XYZ | 4.16 | 2.22 | 14.96 | - |
| YUV | 38.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 110 | 0.59 | 0.81 | 0 | 0.57 | 256.18 | 0.68 | 0.26 |
| Hex | 2D | 15 | 6E | 3B | 51 | 0 | 39 | 100 | 44 | 1A |
| Octal | 55 | 25 | 156 | 73 | 121 | 0 | 71 | 400 | 104 | 32 |
| Binary | 101101 | 10101 | 1101110 | 111011 | 1010001 | 0 | 111001 | 100000000 | 1000100 | 11010 |
Color Harmonies of #2D156E
Complementary color
Monochromatic Colors of #2D156E
Black with #2D156E
Text Example
Text Example
White with #2D156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D156E; }
p { color: rgb(45,21,110); }
H1.HeaderClassName
{
color: #2D156E;
}
.AnyTagClassName
{
color: #2D156E;
}
</style>
background-color css
<style>
a { background-color: #2D156E; }
a { background-color: rgb(45,21,110); }
div.DivClassName
{
background-color: #2D156E;
}
.BgClassName
{
background-color: #2D156E;
}
</style>
border-color css
<style>
span { border-color: #2D156E; }
span { border-color: rgb(45,21,110); }
td.TdClassName
{
border-color: #2D156E;
}
.TagClassName
{
border-color: #2D156E;
}
</style>