Shades of Persian Indigo #2D2585
Tints of Persian Indigo #2D2585
RGB
CMYK
RGB Variations
Color information
#2D2585 (or 0x2D2585) is known color: Persian Indigo. HEX triplet: 2D, 25 and 85. RGB value is (45,37,133). Sum of RGB (Red+Green+Blue) = 45+37+133=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D2585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2585 is #D2DA7A. Grayscale: #313131. Windows color (decimal): -13818491 or 8725805. OLE color: 8725805.
HSL color Cylindrical-coordinate representation of color #2D2585: hue angle of 245º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2585 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 37 | 133 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.48 |
| HSL | 245º | 0.56% | 0.33% | - |
| HSV(B) | 245º | 0.72% | 0.52% | - |
| XYZ | 5.98 | 3.57 | 22.57 | - |
| YUV | 50.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 133 | 0.66 | 0.72 | 0 | 0.48 | 245 | 0.56 | 0.33 |
| Hex | 2D | 25 | 85 | 42 | 48 | 0 | 30 | F5 | 38 | 21 |
| Octal | 55 | 45 | 205 | 102 | 110 | 0 | 60 | 365 | 70 | 41 |
| Binary | 101101 | 100101 | 10000101 | 1000010 | 1001000 | 0 | 110000 | 11110101 | 111000 | 100001 |
Color Harmonies of #2D2585
Complementary color
Monochromatic Colors of #2D2585
Black with #2D2585
Text Example
Text Example
White with #2D2585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2585; }
p { color: rgb(45,37,133); }
H1.HeaderClassName
{
color: #2D2585;
}
.AnyTagClassName
{
color: #2D2585;
}
</style>
background-color css
<style>
a { background-color: #2D2585; }
a { background-color: rgb(45,37,133); }
div.DivClassName
{
background-color: #2D2585;
}
.BgClassName
{
background-color: #2D2585;
}
</style>
border-color css
<style>
span { border-color: #2D2585; }
span { border-color: rgb(45,37,133); }
td.TdClassName
{
border-color: #2D2585;
}
.TagClassName
{
border-color: #2D2585;
}
</style>