Shades of Han Purple #3D1DEC
Tints of Han Purple #3D1DEC
RGB
CMYK
RGB Variations
Color information
#3D1DEC (or 0x3D1DEC) is known color: Han Purple. HEX triplet: 3D, 1D and EC. RGB value is (61,29,236). Sum of RGB (Red+Green+Blue) = 61+29+236=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1DEC is #C2E213. Grayscale: #3D3D3D. Windows color (decimal): -12771860 or 15473981. OLE color: 15473981.
HSL color Cylindrical-coordinate representation of color #3D1DEC: hue angle of 249.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1DEC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 29 | 236 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.07 |
| HSL | 249.28º | 0.84% | 0.52% | - |
| HSV(B) | 249.28º | 0.88% | 0.93% | - |
| XYZ | 17.5 | 7.93 | 79.96 | - |
| YUV | 62.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 236 | 0.74 | 0.88 | 0 | 0.07 | 249.28 | 0.84 | 0.52 |
| Hex | 3D | 1D | EC | 4A | 58 | 0 | 7 | F9 | 54 | 34 |
| Octal | 75 | 35 | 354 | 112 | 130 | 0 | 7 | 371 | 124 | 64 |
| Binary | 111101 | 11101 | 11101100 | 1001010 | 1011000 | 0 | 111 | 11111001 | 1010100 | 110100 |
Color Harmonies of #3D1DEC
Complementary color
Monochromatic Colors of #3D1DEC
Black with #3D1DEC
Text Example
Text Example
White with #3D1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DEC; }
p { color: rgb(61,29,236); }
H1.HeaderClassName
{
color: #3D1DEC;
}
.AnyTagClassName
{
color: #3D1DEC;
}
</style>
background-color css
<style>
a { background-color: #3D1DEC; }
a { background-color: rgb(61,29,236); }
div.DivClassName
{
background-color: #3D1DEC;
}
.BgClassName
{
background-color: #3D1DEC;
}
</style>
border-color css
<style>
span { border-color: #3D1DEC; }
span { border-color: rgb(61,29,236); }
td.TdClassName
{
border-color: #3D1DEC;
}
.TagClassName
{
border-color: #3D1DEC;
}
</style>