Shades of Persian Indigo #2D1985
Tints of Persian Indigo #2D1985
RGB
CMYK
RGB Variations
Color information
#2D1985 (or 0x2D1985) is known color: Persian Indigo. HEX triplet: 2D, 19 and 85. RGB value is (45,25,133). Sum of RGB (Red+Green+Blue) = 45+25+133=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D1985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1985 is #D2E67A. Grayscale: #2A2A2A. Windows color (decimal): -13821563 or 8722733. OLE color: 8722733.
HSL color Cylindrical-coordinate representation of color #2D1985: hue angle of 251.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1985 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 25 | 133 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.48 |
| HSL | 251.11º | 0.68% | 0.31% | - |
| HSV(B) | 251.11º | 0.81% | 0.52% | - |
| XYZ | 5.66 | 2.95 | 22.46 | - |
| YUV | 43.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 133 | 0.66 | 0.81 | 0 | 0.48 | 251.11 | 0.68 | 0.31 |
| Hex | 2D | 19 | 85 | 42 | 51 | 0 | 30 | FB | 44 | 1F |
| Octal | 55 | 31 | 205 | 102 | 121 | 0 | 60 | 373 | 104 | 37 |
| Binary | 101101 | 11001 | 10000101 | 1000010 | 1010001 | 0 | 110000 | 11111011 | 1000100 | 11111 |
Color Harmonies of #2D1985
Complementary color
Monochromatic Colors of #2D1985
Black with #2D1985
Text Example
Text Example
White with #2D1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1985; }
p { color: rgb(45,25,133); }
H1.HeaderClassName
{
color: #2D1985;
}
.AnyTagClassName
{
color: #2D1985;
}
</style>
background-color css
<style>
a { background-color: #2D1985; }
a { background-color: rgb(45,25,133); }
div.DivClassName
{
background-color: #2D1985;
}
.BgClassName
{
background-color: #2D1985;
}
</style>
border-color css
<style>
span { border-color: #2D1985; }
span { border-color: rgb(45,25,133); }
td.TdClassName
{
border-color: #2D1985;
}
.TagClassName
{
border-color: #2D1985;
}
</style>