Shades of Persian Indigo #2D2586
Tints of Persian Indigo #2D2586
RGB
CMYK
RGB Variations
Color information
#2D2586 (or 0x2D2586) is known color: Persian Indigo. HEX triplet: 2D, 25 and 86. RGB value is (45,37,134). Sum of RGB (Red+Green+Blue) = 45+37+134=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D2586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2586 is #D2DA79. Grayscale: #323232. Windows color (decimal): -13818490 or 8791341. OLE color: 8791341.
HSL color Cylindrical-coordinate representation of color #2D2586: hue angle of 244.95º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2586 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 37 | 134 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.47 |
| HSL | 244.95º | 0.57% | 0.34% | - |
| HSV(B) | 244.95º | 0.72% | 0.53% | - |
| XYZ | 6.05 | 3.6 | 22.93 | - |
| YUV | 50.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 134 | 0.66 | 0.72 | 0 | 0.47 | 244.95 | 0.57 | 0.34 |
| Hex | 2D | 25 | 86 | 42 | 48 | 0 | 2F | F5 | 39 | 22 |
| Octal | 55 | 45 | 206 | 102 | 110 | 0 | 57 | 365 | 71 | 42 |
| Binary | 101101 | 100101 | 10000110 | 1000010 | 1001000 | 0 | 101111 | 11110101 | 111001 | 100010 |
Color Harmonies of #2D2586
Complementary color
Monochromatic Colors of #2D2586
Black with #2D2586
Text Example
Text Example
White with #2D2586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2586; }
p { color: rgb(45,37,134); }
H1.HeaderClassName
{
color: #2D2586;
}
.AnyTagClassName
{
color: #2D2586;
}
</style>
background-color css
<style>
a { background-color: #2D2586; }
a { background-color: rgb(45,37,134); }
div.DivClassName
{
background-color: #2D2586;
}
.BgClassName
{
background-color: #2D2586;
}
</style>
border-color css
<style>
span { border-color: #2D2586; }
span { border-color: rgb(45,37,134); }
td.TdClassName
{
border-color: #2D2586;
}
.TagClassName
{
border-color: #2D2586;
}
</style>