Shades of Persian Indigo #3D0E8D
Tints of Persian Indigo #3D0E8D
RGB
CMYK
RGB Variations
Color information
#3D0E8D (or 0x3D0E8D) is known color: Persian Indigo. HEX triplet: 3D, 0E and 8D. RGB value is (61,14,141). Sum of RGB (Red+Green+Blue) = 61+14+141=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D0E8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0E8D is #C2F172. Grayscale: #2A2A2A. Windows color (decimal): -12775795 or 9244221. OLE color: 9244221.
HSL color Cylindrical-coordinate representation of color #3D0E8D: hue angle of 262.2º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0E8D is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 14 | 141 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.45 |
| HSL | 262.2º | 0.82% | 0.3% | - |
| HSV(B) | 262.2º | 0.9% | 0.55% | - |
| XYZ | 6.89 | 3.23 | 25.46 | - |
| YUV | 42.53 | 183.57 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 141 | 0.57 | 0.90 | 0 | 0.45 | 262.2 | 0.82 | 0.3 |
| Hex | 3D | E | 8D | 39 | 5A | 0 | 2D | 106 | 52 | 1E |
| Octal | 75 | 16 | 215 | 71 | 132 | 0 | 55 | 406 | 122 | 36 |
| Binary | 111101 | 1110 | 10001101 | 111001 | 1011010 | 0 | 101101 | 100000110 | 1010010 | 11110 |
Color Harmonies of #3D0E8D
Complementary color
Monochromatic Colors of #3D0E8D
Black with #3D0E8D
Text Example
Text Example
White with #3D0E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E8D; }
p { color: rgb(61,14,141); }
H1.HeaderClassName
{
color: #3D0E8D;
}
.AnyTagClassName
{
color: #3D0E8D;
}
</style>
background-color css
<style>
a { background-color: #3D0E8D; }
a { background-color: rgb(61,14,141); }
div.DivClassName
{
background-color: #3D0E8D;
}
.BgClassName
{
background-color: #3D0E8D;
}
</style>
border-color css
<style>
span { border-color: #3D0E8D; }
span { border-color: rgb(61,14,141); }
td.TdClassName
{
border-color: #3D0E8D;
}
.TagClassName
{
border-color: #3D0E8D;
}
</style>