Shades of Persian Indigo #3D1D7C
Tints of Persian Indigo #3D1D7C
RGB
CMYK
RGB Variations
Color information
#3D1D7C (or 0x3D1D7C) is known color: Persian Indigo. HEX triplet: 3D, 1D and 7C. RGB value is (61,29,124). Sum of RGB (Red+Green+Blue) = 61+29+124=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D1D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D7C is #C2E283. Grayscale: #313131. Windows color (decimal): -12771972 or 8133949. OLE color: 8133949.
HSL color Cylindrical-coordinate representation of color #3D1D7C: hue angle of 260.21º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D1D7C is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 29 | 124 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.51 |
| HSL | 260.21º | 0.62% | 0.3% | - |
| HSV(B) | 260.21º | 0.77% | 0.49% | - |
| XYZ | 6 | 3.33 | 19.39 | - |
| YUV | 49.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 124 | 0.51 | 0.77 | 0 | 0.51 | 260.21 | 0.62 | 0.3 |
| Hex | 3D | 1D | 7C | 33 | 4D | 0 | 33 | 104 | 3E | 1E |
| Octal | 75 | 35 | 174 | 63 | 115 | 0 | 63 | 404 | 76 | 36 |
| Binary | 111101 | 11101 | 1111100 | 110011 | 1001101 | 0 | 110011 | 100000100 | 111110 | 11110 |
Color Harmonies of #3D1D7C
Complementary color
Monochromatic Colors of #3D1D7C
Black with #3D1D7C
Text Example
Text Example
White with #3D1D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D7C; }
p { color: rgb(61,29,124); }
H1.HeaderClassName
{
color: #3D1D7C;
}
.AnyTagClassName
{
color: #3D1D7C;
}
</style>
background-color css
<style>
a { background-color: #3D1D7C; }
a { background-color: rgb(61,29,124); }
div.DivClassName
{
background-color: #3D1D7C;
}
.BgClassName
{
background-color: #3D1D7C;
}
</style>
border-color css
<style>
span { border-color: #3D1D7C; }
span { border-color: rgb(61,29,124); }
td.TdClassName
{
border-color: #3D1D7C;
}
.TagClassName
{
border-color: #3D1D7C;
}
</style>