Shades of Persian Indigo #3D1F84
Tints of Persian Indigo #3D1F84
RGB
CMYK
RGB Variations
Color information
#3D1F84 (or 0x3D1F84) is known color: Persian Indigo. HEX triplet: 3D, 1F and 84. RGB value is (61,31,132). Sum of RGB (Red+Green+Blue) = 61+31+132=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D1F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1F84 is #C2E07B. Grayscale: #333333. Windows color (decimal): -12771452 or 8658749. OLE color: 8658749.
HSL color Cylindrical-coordinate representation of color #3D1F84: hue angle of 257.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D1F84 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 31 | 132 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.48 |
| HSL | 257.82º | 0.62% | 0.32% | - |
| HSV(B) | 257.82º | 0.77% | 0.52% | - |
| XYZ | 6.58 | 3.64 | 22.19 | - |
| YUV | 51.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 132 | 0.54 | 0.77 | 0 | 0.48 | 257.82 | 0.62 | 0.32 |
| Hex | 3D | 1F | 84 | 36 | 4D | 0 | 30 | 102 | 3E | 20 |
| Octal | 75 | 37 | 204 | 66 | 115 | 0 | 60 | 402 | 76 | 40 |
| Binary | 111101 | 11111 | 10000100 | 110110 | 1001101 | 0 | 110000 | 100000010 | 111110 | 100000 |
Color Harmonies of #3D1F84
Complementary color
Monochromatic Colors of #3D1F84
Black with #3D1F84
Text Example
Text Example
White with #3D1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F84; }
p { color: rgb(61,31,132); }
H1.HeaderClassName
{
color: #3D1F84;
}
.AnyTagClassName
{
color: #3D1F84;
}
</style>
background-color css
<style>
a { background-color: #3D1F84; }
a { background-color: rgb(61,31,132); }
div.DivClassName
{
background-color: #3D1F84;
}
.BgClassName
{
background-color: #3D1F84;
}
</style>
border-color css
<style>
span { border-color: #3D1F84; }
span { border-color: rgb(61,31,132); }
td.TdClassName
{
border-color: #3D1F84;
}
.TagClassName
{
border-color: #3D1F84;
}
</style>