Shades of Persian Indigo #3D1E7A
Tints of Persian Indigo #3D1E7A
RGB
CMYK
RGB Variations
Color information
#3D1E7A (or 0x3D1E7A) is known color: Persian Indigo. HEX triplet: 3D, 1E and 7A. RGB value is (61,30,122). Sum of RGB (Red+Green+Blue) = 61+30+122=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D1E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1E7A is #C2E185. Grayscale: #313131. Windows color (decimal): -12771718 or 8003133. OLE color: 8003133.
HSL color Cylindrical-coordinate representation of color #3D1E7A: hue angle of 260.22º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1E7A is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 30 | 122 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.52 |
| HSL | 260.22º | 0.61% | 0.3% | - |
| HSV(B) | 260.22º | 0.75% | 0.48% | - |
| XYZ | 5.9 | 3.33 | 18.74 | - |
| YUV | 49.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 122 | 0.50 | 0.75 | 0 | 0.52 | 260.22 | 0.61 | 0.3 |
| Hex | 3D | 1E | 7A | 32 | 4B | 0 | 34 | 104 | 3D | 1E |
| Octal | 75 | 36 | 172 | 62 | 113 | 0 | 64 | 404 | 75 | 36 |
| Binary | 111101 | 11110 | 1111010 | 110010 | 1001011 | 0 | 110100 | 100000100 | 111101 | 11110 |
Color Harmonies of #3D1E7A
Complementary color
Monochromatic Colors of #3D1E7A
Black with #3D1E7A
Text Example
Text Example
White with #3D1E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E7A; }
p { color: rgb(61,30,122); }
H1.HeaderClassName
{
color: #3D1E7A;
}
.AnyTagClassName
{
color: #3D1E7A;
}
</style>
background-color css
<style>
a { background-color: #3D1E7A; }
a { background-color: rgb(61,30,122); }
div.DivClassName
{
background-color: #3D1E7A;
}
.BgClassName
{
background-color: #3D1E7A;
}
</style>
border-color css
<style>
span { border-color: #3D1E7A; }
span { border-color: rgb(61,30,122); }
td.TdClassName
{
border-color: #3D1E7A;
}
.TagClassName
{
border-color: #3D1E7A;
}
</style>