Shades of Persian Indigo #2D2587
Tints of Persian Indigo #2D2587
RGB
CMYK
RGB Variations
Color information
#2D2587 (or 0x2D2587) is known color: Persian Indigo. HEX triplet: 2D, 25 and 87. RGB value is (45,37,135). Sum of RGB (Red+Green+Blue) = 45+37+135=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D2587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2587 is #D2DA78. Grayscale: #323232. Windows color (decimal): -13818489 or 8856877. OLE color: 8856877.
HSL color Cylindrical-coordinate representation of color #2D2587: hue angle of 244.9º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2587 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 37 | 135 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.47 |
| HSL | 244.9º | 0.57% | 0.34% | - |
| HSV(B) | 244.9º | 0.73% | 0.53% | - |
| XYZ | 6.12 | 3.63 | 23.3 | - |
| YUV | 50.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 135 | 0.67 | 0.73 | 0 | 0.47 | 244.9 | 0.57 | 0.34 |
| Hex | 2D | 25 | 87 | 43 | 49 | 0 | 2F | F5 | 39 | 22 |
| Octal | 55 | 45 | 207 | 103 | 111 | 0 | 57 | 365 | 71 | 42 |
| Binary | 101101 | 100101 | 10000111 | 1000011 | 1001001 | 0 | 101111 | 11110101 | 111001 | 100010 |
Color Harmonies of #2D2587
Complementary color
Monochromatic Colors of #2D2587
Black with #2D2587
Text Example
Text Example
White with #2D2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2587; }
p { color: rgb(45,37,135); }
H1.HeaderClassName
{
color: #2D2587;
}
.AnyTagClassName
{
color: #2D2587;
}
</style>
background-color css
<style>
a { background-color: #2D2587; }
a { background-color: rgb(45,37,135); }
div.DivClassName
{
background-color: #2D2587;
}
.BgClassName
{
background-color: #2D2587;
}
</style>
border-color css
<style>
span { border-color: #2D2587; }
span { border-color: rgb(45,37,135); }
td.TdClassName
{
border-color: #2D2587;
}
.TagClassName
{
border-color: #2D2587;
}
</style>