Shades of Persian Indigo #2D1B6E
Tints of Persian Indigo #2D1B6E
RGB
CMYK
RGB Variations
Color information
#2D1B6E (or 0x2D1B6E) is known color: Persian Indigo. HEX triplet: 2D, 1B and 6E. RGB value is (45,27,110). Sum of RGB (Red+Green+Blue) = 45+27+110=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D1B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1B6E is #D2E491. Grayscale: #292929. Windows color (decimal): -13821074 or 7215917. OLE color: 7215917.
HSL color Cylindrical-coordinate representation of color #2D1B6E: hue angle of 253.01º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D1B6E is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 27 | 110 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.57 |
| HSL | 253.01º | 0.61% | 0.27% | - |
| HSV(B) | 253.01º | 0.75% | 0.43% | - |
| XYZ | 4.29 | 2.47 | 15 | - |
| YUV | 41.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 110 | 0.59 | 0.75 | 0 | 0.57 | 253.01 | 0.61 | 0.27 |
| Hex | 2D | 1B | 6E | 3B | 4B | 0 | 39 | FD | 3D | 1B |
| Octal | 55 | 33 | 156 | 73 | 113 | 0 | 71 | 375 | 75 | 33 |
| Binary | 101101 | 11011 | 1101110 | 111011 | 1001011 | 0 | 111001 | 11111101 | 111101 | 11011 |
Color Harmonies of #2D1B6E
Complementary color
Monochromatic Colors of #2D1B6E
Black with #2D1B6E
Text Example
Text Example
White with #2D1B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B6E; }
p { color: rgb(45,27,110); }
H1.HeaderClassName
{
color: #2D1B6E;
}
.AnyTagClassName
{
color: #2D1B6E;
}
</style>
background-color css
<style>
a { background-color: #2D1B6E; }
a { background-color: rgb(45,27,110); }
div.DivClassName
{
background-color: #2D1B6E;
}
.BgClassName
{
background-color: #2D1B6E;
}
</style>
border-color css
<style>
span { border-color: #2D1B6E; }
span { border-color: rgb(45,27,110); }
td.TdClassName
{
border-color: #2D1B6E;
}
.TagClassName
{
border-color: #2D1B6E;
}
</style>