Shades of Persian Indigo #2D1B6D
Tints of Persian Indigo #2D1B6D
RGB
CMYK
RGB Variations
Color information
#2D1B6D (or 0x2D1B6D) is known color: Persian Indigo. HEX triplet: 2D, 1B and 6D. RGB value is (45,27,109). Sum of RGB (Red+Green+Blue) = 45+27+109=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D1B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1B6D is #D2E492. Grayscale: #292929. Windows color (decimal): -13821075 or 7150381. OLE color: 7150381.
HSL color Cylindrical-coordinate representation of color #2D1B6D: hue angle of 253.17º degrees, saturation: 0.6, 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 #2D1B6D is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 27 | 109 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.57 |
| HSL | 253.17º | 0.6% | 0.27% | - |
| HSV(B) | 253.17º | 0.75% | 0.43% | - |
| XYZ | 4.23 | 2.45 | 14.72 | - |
| YUV | 41.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 109 | 0.59 | 0.75 | 0 | 0.57 | 253.17 | 0.6 | 0.27 |
| Hex | 2D | 1B | 6D | 3B | 4B | 0 | 39 | FD | 3C | 1B |
| Octal | 55 | 33 | 155 | 73 | 113 | 0 | 71 | 375 | 74 | 33 |
| Binary | 101101 | 11011 | 1101101 | 111011 | 1001011 | 0 | 111001 | 11111101 | 111100 | 11011 |
Color Harmonies of #2D1B6D
Complementary color
Monochromatic Colors of #2D1B6D
Black with #2D1B6D
Text Example
Text Example
White with #2D1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B6D; }
p { color: rgb(45,27,109); }
H1.HeaderClassName
{
color: #2D1B6D;
}
.AnyTagClassName
{
color: #2D1B6D;
}
</style>
background-color css
<style>
a { background-color: #2D1B6D; }
a { background-color: rgb(45,27,109); }
div.DivClassName
{
background-color: #2D1B6D;
}
.BgClassName
{
background-color: #2D1B6D;
}
</style>
border-color css
<style>
span { border-color: #2D1B6D; }
span { border-color: rgb(45,27,109); }
td.TdClassName
{
border-color: #2D1B6D;
}
.TagClassName
{
border-color: #2D1B6D;
}
</style>