Shades of Persian Indigo #2D1887
Tints of Persian Indigo #2D1887
RGB
CMYK
RGB Variations
Color information
#2D1887 (or 0x2D1887) is known color: Persian Indigo. HEX triplet: 2D, 18 and 87. RGB value is (45,24,135). Sum of RGB (Red+Green+Blue) = 45+24+135=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D1887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1887 is #D2E778. Grayscale: #2A2A2A. Windows color (decimal): -13821817 or 8853549. OLE color: 8853549.
HSL color Cylindrical-coordinate representation of color #2D1887: hue angle of 251.35º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1887 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 24 | 135 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.47 |
| HSL | 251.35º | 0.7% | 0.31% | - |
| HSV(B) | 251.35º | 0.82% | 0.53% | - |
| XYZ | 5.78 | 2.96 | 23.19 | - |
| YUV | 42.93 | 179.96 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 135 | 0.67 | 0.82 | 0 | 0.47 | 251.35 | 0.7 | 0.31 |
| Hex | 2D | 18 | 87 | 43 | 52 | 0 | 2F | FB | 46 | 1F |
| Octal | 55 | 30 | 207 | 103 | 122 | 0 | 57 | 373 | 106 | 37 |
| Binary | 101101 | 11000 | 10000111 | 1000011 | 1010010 | 0 | 101111 | 11111011 | 1000110 | 11111 |
Color Harmonies of #2D1887
Complementary color
Monochromatic Colors of #2D1887
Black with #2D1887
Text Example
Text Example
White with #2D1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1887; }
p { color: rgb(45,24,135); }
H1.HeaderClassName
{
color: #2D1887;
}
.AnyTagClassName
{
color: #2D1887;
}
</style>
background-color css
<style>
a { background-color: #2D1887; }
a { background-color: rgb(45,24,135); }
div.DivClassName
{
background-color: #2D1887;
}
.BgClassName
{
background-color: #2D1887;
}
</style>
border-color css
<style>
span { border-color: #2D1887; }
span { border-color: rgb(45,24,135); }
td.TdClassName
{
border-color: #2D1887;
}
.TagClassName
{
border-color: #2D1887;
}
</style>