Shades of Han Purple #3D1AD6
Tints of Han Purple #3D1AD6
RGB
CMYK
RGB Variations
Color information
#3D1AD6 (or 0x3D1AD6) is known color: Han Purple. HEX triplet: 3D, 1A and D6. RGB value is (61,26,214). Sum of RGB (Red+Green+Blue) = 61+26+214=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #3D1AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1AD6 is #C2E529. Grayscale: #393939. Windows color (decimal): -12772650 or 14031421. OLE color: 14031421.
HSL color Cylindrical-coordinate representation of color #3D1AD6: hue angle of 251.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1AD6 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 26 | 214 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.16 |
| HSL | 251.17º | 0.78% | 0.47% | - |
| HSV(B) | 251.17º | 0.88% | 0.84% | - |
| XYZ | 14.43 | 6.59 | 64.13 | - |
| YUV | 57.9 | 216.1 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 214 | 0.71 | 0.88 | 0 | 0.16 | 251.17 | 0.78 | 0.47 |
| Hex | 3D | 1A | D6 | 47 | 58 | 0 | 10 | FB | 4E | 2F |
| Octal | 75 | 32 | 326 | 107 | 130 | 0 | 20 | 373 | 116 | 57 |
| Binary | 111101 | 11010 | 11010110 | 1000111 | 1011000 | 0 | 10000 | 11111011 | 1001110 | 101111 |
Color Harmonies of #3D1AD6
Complementary color
Monochromatic Colors of #3D1AD6
Black with #3D1AD6
Text Example
Text Example
White with #3D1AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1AD6; }
p { color: rgb(61,26,214); }
H1.HeaderClassName
{
color: #3D1AD6;
}
.AnyTagClassName
{
color: #3D1AD6;
}
</style>
background-color css
<style>
a { background-color: #3D1AD6; }
a { background-color: rgb(61,26,214); }
div.DivClassName
{
background-color: #3D1AD6;
}
.BgClassName
{
background-color: #3D1AD6;
}
</style>
border-color css
<style>
span { border-color: #3D1AD6; }
span { border-color: rgb(61,26,214); }
td.TdClassName
{
border-color: #3D1AD6;
}
.TagClassName
{
border-color: #3D1AD6;
}
</style>