Shades of Persian Indigo #3D1D84
Tints of Persian Indigo #3D1D84
RGB
CMYK
RGB Variations
Color information
#3D1D84 (or 0x3D1D84) is known color: Persian Indigo. HEX triplet: 3D, 1D and 84. RGB value is (61,29,132). Sum of RGB (Red+Green+Blue) = 61+29+132=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D1D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1D84 is #C2E27B. Grayscale: #313131. Windows color (decimal): -12771964 or 8658237. OLE color: 8658237.
HSL color Cylindrical-coordinate representation of color #3D1D84: hue angle of 258.64º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1D84 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 29 | 132 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.48 |
| HSL | 258.64º | 0.64% | 0.32% | - |
| HSV(B) | 258.64º | 0.78% | 0.52% | - |
| XYZ | 6.53 | 3.54 | 22.17 | - |
| YUV | 50.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 132 | 0.54 | 0.78 | 0 | 0.48 | 258.64 | 0.64 | 0.32 |
| Hex | 3D | 1D | 84 | 36 | 4E | 0 | 30 | 103 | 40 | 20 |
| Octal | 75 | 35 | 204 | 66 | 116 | 0 | 60 | 403 | 100 | 40 |
| Binary | 111101 | 11101 | 10000100 | 110110 | 1001110 | 0 | 110000 | 100000011 | 1000000 | 100000 |
Color Harmonies of #3D1D84
Complementary color
Monochromatic Colors of #3D1D84
Black with #3D1D84
Text Example
Text Example
White with #3D1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D84; }
p { color: rgb(61,29,132); }
H1.HeaderClassName
{
color: #3D1D84;
}
.AnyTagClassName
{
color: #3D1D84;
}
</style>
background-color css
<style>
a { background-color: #3D1D84; }
a { background-color: rgb(61,29,132); }
div.DivClassName
{
background-color: #3D1D84;
}
.BgClassName
{
background-color: #3D1D84;
}
</style>
border-color css
<style>
span { border-color: #3D1D84; }
span { border-color: rgb(61,29,132); }
td.TdClassName
{
border-color: #3D1D84;
}
.TagClassName
{
border-color: #3D1D84;
}
</style>