Shades of Han Purple #3D1DD6
Tints of Han Purple #3D1DD6
RGB
CMYK
RGB Variations
Color information
#3D1DD6 (or 0x3D1DD6) is known color: Han Purple. HEX triplet: 3D, 1D and D6. RGB value is (61,29,214). Sum of RGB (Red+Green+Blue) = 61+29+214=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 214 (83.98% from 255 or 70.39% from 304); Max value from RGB is 214 - color contains mainly: blue. Hex color #3D1DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1DD6 is #C2E229. Grayscale: #3A3A3A. Windows color (decimal): -12771882 or 14032189. OLE color: 14032189.
HSL color Cylindrical-coordinate representation of color #3D1DD6: hue angle of 250.38º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1DD6 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 29 | 214 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.16 |
| HSL | 250.38º | 0.76% | 0.48% | - |
| HSV(B) | 250.38º | 0.86% | 0.84% | - |
| XYZ | 14.5 | 6.73 | 64.15 | - |
| YUV | 59.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 214 | 0.71 | 0.86 | 0 | 0.16 | 250.38 | 0.76 | 0.48 |
| Hex | 3D | 1D | D6 | 47 | 56 | 0 | 10 | FA | 4C | 30 |
| Octal | 75 | 35 | 326 | 107 | 126 | 0 | 20 | 372 | 114 | 60 |
| Binary | 111101 | 11101 | 11010110 | 1000111 | 1010110 | 0 | 10000 | 11111010 | 1001100 | 110000 |
Color Harmonies of #3D1DD6
Complementary color
Monochromatic Colors of #3D1DD6
Black with #3D1DD6
Text Example
Text Example
White with #3D1DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DD6; }
p { color: rgb(61,29,214); }
H1.HeaderClassName
{
color: #3D1DD6;
}
.AnyTagClassName
{
color: #3D1DD6;
}
</style>
background-color css
<style>
a { background-color: #3D1DD6; }
a { background-color: rgb(61,29,214); }
div.DivClassName
{
background-color: #3D1DD6;
}
.BgClassName
{
background-color: #3D1DD6;
}
</style>
border-color css
<style>
span { border-color: #3D1DD6; }
span { border-color: rgb(61,29,214); }
td.TdClassName
{
border-color: #3D1DD6;
}
.TagClassName
{
border-color: #3D1DD6;
}
</style>