Shades of Persian Indigo #2D1386
Tints of Persian Indigo #2D1386
RGB
CMYK
RGB Variations
Color information
#2D1386 (or 0x2D1386) is known color: Persian Indigo. HEX triplet: 2D, 13 and 86. RGB value is (45,19,134). Sum of RGB (Red+Green+Blue) = 45+19+134=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D1386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1386 is #D2EC79. Grayscale: #272727. Windows color (decimal): -13823098 or 8786733. OLE color: 8786733.
HSL color Cylindrical-coordinate representation of color #2D1386: hue angle of 253.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1386 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 19 | 134 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.47 |
| HSL | 253.57º | 0.75% | 0.3% | - |
| HSV(B) | 253.57º | 0.86% | 0.53% | - |
| XYZ | 5.62 | 2.74 | 22.79 | - |
| YUV | 39.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 134 | 0.66 | 0.86 | 0 | 0.47 | 253.57 | 0.75 | 0.3 |
| Hex | 2D | 13 | 86 | 42 | 56 | 0 | 2F | FE | 4B | 1E |
| Octal | 55 | 23 | 206 | 102 | 126 | 0 | 57 | 376 | 113 | 36 |
| Binary | 101101 | 10011 | 10000110 | 1000010 | 1010110 | 0 | 101111 | 11111110 | 1001011 | 11110 |
Color Harmonies of #2D1386
Complementary color
Monochromatic Colors of #2D1386
Black with #2D1386
Text Example
Text Example
White with #2D1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1386; }
p { color: rgb(45,19,134); }
H1.HeaderClassName
{
color: #2D1386;
}
.AnyTagClassName
{
color: #2D1386;
}
</style>
background-color css
<style>
a { background-color: #2D1386; }
a { background-color: rgb(45,19,134); }
div.DivClassName
{
background-color: #2D1386;
}
.BgClassName
{
background-color: #2D1386;
}
</style>
border-color css
<style>
span { border-color: #2D1386; }
span { border-color: rgb(45,19,134); }
td.TdClassName
{
border-color: #2D1386;
}
.TagClassName
{
border-color: #2D1386;
}
</style>