Shades of Persian Indigo #3D1884
Tints of Persian Indigo #3D1884
RGB
CMYK
RGB Variations
Color information
#3D1884 (or 0x3D1884) is known color: Persian Indigo. HEX triplet: 3D, 18 and 84. RGB value is (61,24,132). Sum of RGB (Red+Green+Blue) = 61+24+132=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D1884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1884 is #C2E77B. Grayscale: #2E2E2E. Windows color (decimal): -12773244 or 8656957. OLE color: 8656957.
HSL color Cylindrical-coordinate representation of color #3D1884: hue angle of 260.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1884 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 24 | 132 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.48 |
| HSL | 260.56º | 0.69% | 0.31% | - |
| HSV(B) | 260.56º | 0.82% | 0.52% | - |
| XYZ | 6.42 | 3.31 | 22.13 | - |
| YUV | 47.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 132 | 0.54 | 0.82 | 0 | 0.48 | 260.56 | 0.69 | 0.31 |
| Hex | 3D | 18 | 84 | 36 | 52 | 0 | 30 | 105 | 45 | 1F |
| Octal | 75 | 30 | 204 | 66 | 122 | 0 | 60 | 405 | 105 | 37 |
| Binary | 111101 | 11000 | 10000100 | 110110 | 1010010 | 0 | 110000 | 100000101 | 1000101 | 11111 |
Color Harmonies of #3D1884
Complementary color
Monochromatic Colors of #3D1884
Black with #3D1884
Text Example
Text Example
White with #3D1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1884; }
p { color: rgb(61,24,132); }
H1.HeaderClassName
{
color: #3D1884;
}
.AnyTagClassName
{
color: #3D1884;
}
</style>
background-color css
<style>
a { background-color: #3D1884; }
a { background-color: rgb(61,24,132); }
div.DivClassName
{
background-color: #3D1884;
}
.BgClassName
{
background-color: #3D1884;
}
</style>
border-color css
<style>
span { border-color: #3D1884; }
span { border-color: rgb(61,24,132); }
td.TdClassName
{
border-color: #3D1884;
}
.TagClassName
{
border-color: #3D1884;
}
</style>