Shades of Han Purple #3D16DC
Tints of Han Purple #3D16DC
RGB
CMYK
RGB Variations
Color information
#3D16DC (or 0x3D16DC) is known color: Han Purple. HEX triplet: 3D, 16 and DC. RGB value is (61,22,220). Sum of RGB (Red+Green+Blue) = 61+22+220=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D16DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D16DC is #C2E923. Grayscale: #373737. Windows color (decimal): -12773668 or 14423613. OLE color: 14423613.
HSL color Cylindrical-coordinate representation of color #3D16DC: hue angle of 251.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D16DC is Cyan = 0.72, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 22 | 220 | - |
| CMYK | 0.72 | 0.9 | 0 | 0.14 |
| HSL | 251.82º | 0.82% | 0.47% | - |
| HSV(B) | 251.82º | 0.9% | 0.86% | - |
| XYZ | 15.13 | 6.73 | 68.21 | - |
| YUV | 56.23 | 220.42 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 220 | 0.72 | 0.9 | 0 | 0.14 | 251.82 | 0.82 | 0.47 |
| Hex | 3D | 16 | DC | 48 | 5A | 0 | E | FC | 52 | 2F |
| Octal | 75 | 26 | 334 | 110 | 132 | 0 | 16 | 374 | 122 | 57 |
| Binary | 111101 | 10110 | 11011100 | 1001000 | 1011010 | 0 | 1110 | 11111100 | 1010010 | 101111 |
Color Harmonies of #3D16DC
Complementary color
Monochromatic Colors of #3D16DC
Black with #3D16DC
Text Example
Text Example
White with #3D16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D16DC; }
p { color: rgb(61,22,220); }
H1.HeaderClassName
{
color: #3D16DC;
}
.AnyTagClassName
{
color: #3D16DC;
}
</style>
background-color css
<style>
a { background-color: #3D16DC; }
a { background-color: rgb(61,22,220); }
div.DivClassName
{
background-color: #3D16DC;
}
.BgClassName
{
background-color: #3D16DC;
}
</style>
border-color css
<style>
span { border-color: #3D16DC; }
span { border-color: rgb(61,22,220); }
td.TdClassName
{
border-color: #3D16DC;
}
.TagClassName
{
border-color: #3D16DC;
}
</style>