Shades of Persian Indigo #2D1986
Tints of Persian Indigo #2D1986
RGB
CMYK
RGB Variations
Color information
#2D1986 (or 0x2D1986) is known color: Persian Indigo. HEX triplet: 2D, 19 and 86. RGB value is (45,25,134). Sum of RGB (Red+Green+Blue) = 45+25+134=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D1986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1986 is #D2E679. Grayscale: #2A2A2A. Windows color (decimal): -13821562 or 8788269. OLE color: 8788269.
HSL color Cylindrical-coordinate representation of color #2D1986: hue angle of 251.01º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1986 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 25 | 134 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.47 |
| HSL | 251.01º | 0.69% | 0.31% | - |
| HSV(B) | 251.01º | 0.81% | 0.53% | - |
| XYZ | 5.73 | 2.97 | 22.83 | - |
| YUV | 43.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 134 | 0.66 | 0.81 | 0 | 0.47 | 251.01 | 0.69 | 0.31 |
| Hex | 2D | 19 | 86 | 42 | 51 | 0 | 2F | FB | 45 | 1F |
| Octal | 55 | 31 | 206 | 102 | 121 | 0 | 57 | 373 | 105 | 37 |
| Binary | 101101 | 11001 | 10000110 | 1000010 | 1010001 | 0 | 101111 | 11111011 | 1000101 | 11111 |
Color Harmonies of #2D1986
Complementary color
Monochromatic Colors of #2D1986
Black with #2D1986
Text Example
Text Example
White with #2D1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1986; }
p { color: rgb(45,25,134); }
H1.HeaderClassName
{
color: #2D1986;
}
.AnyTagClassName
{
color: #2D1986;
}
</style>
background-color css
<style>
a { background-color: #2D1986; }
a { background-color: rgb(45,25,134); }
div.DivClassName
{
background-color: #2D1986;
}
.BgClassName
{
background-color: #2D1986;
}
</style>
border-color css
<style>
span { border-color: #2D1986; }
span { border-color: rgb(45,25,134); }
td.TdClassName
{
border-color: #2D1986;
}
.TagClassName
{
border-color: #2D1986;
}
</style>