Shades of Persian Indigo #2D0D86
Tints of Persian Indigo #2D0D86
RGB
CMYK
RGB Variations
Color information
#2D0D86 (or 0x2D0D86) is known color: Persian Indigo. HEX triplet: 2D, 0D and 86. RGB value is (45,13,134). Sum of RGB (Red+Green+Blue) = 45+13+134=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D0D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0D86 is #D2F279. Grayscale: #232323. Windows color (decimal): -13824634 or 8785197. OLE color: 8785197.
HSL color Cylindrical-coordinate representation of color #2D0D86: hue angle of 255.87º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0D86 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 13 | 134 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.47 |
| HSL | 255.87º | 0.82% | 0.29% | - |
| HSV(B) | 255.87º | 0.9% | 0.53% | - |
| XYZ | 5.53 | 2.57 | 22.76 | - |
| YUV | 36.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 134 | 0.66 | 0.90 | 0 | 0.47 | 255.87 | 0.82 | 0.29 |
| Hex | 2D | D | 86 | 42 | 5A | 0 | 2F | 100 | 52 | 1D |
| Octal | 55 | 15 | 206 | 102 | 132 | 0 | 57 | 400 | 122 | 35 |
| Binary | 101101 | 1101 | 10000110 | 1000010 | 1011010 | 0 | 101111 | 100000000 | 1010010 | 11101 |
Color Harmonies of #2D0D86
Complementary color
Monochromatic Colors of #2D0D86
Black with #2D0D86
Text Example
Text Example
White with #2D0D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D86; }
p { color: rgb(45,13,134); }
H1.HeaderClassName
{
color: #2D0D86;
}
.AnyTagClassName
{
color: #2D0D86;
}
</style>
background-color css
<style>
a { background-color: #2D0D86; }
a { background-color: rgb(45,13,134); }
div.DivClassName
{
background-color: #2D0D86;
}
.BgClassName
{
background-color: #2D0D86;
}
</style>
border-color css
<style>
span { border-color: #2D0D86; }
span { border-color: rgb(45,13,134); }
td.TdClassName
{
border-color: #2D0D86;
}
.TagClassName
{
border-color: #2D0D86;
}
</style>