Shades of Han Purple #3E16DD
Tints of Han Purple #3E16DD
RGB
CMYK
RGB Variations
Color information
#3E16DD (or 0x3E16DD) is known color: Han Purple. HEX triplet: 3E, 16 and DD. RGB value is (62,22,221). Sum of RGB (Red+Green+Blue) = 62+22+221=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E16DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E16DD is #C1E922. Grayscale: #373737. Windows color (decimal): -12708131 or 14489150. OLE color: 14489150.
HSL color Cylindrical-coordinate representation of color #3E16DD: hue angle of 252.06º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E16DD is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 22 | 221 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.13 |
| HSL | 252.06º | 0.82% | 0.48% | - |
| HSV(B) | 252.06º | 0.9% | 0.87% | - |
| XYZ | 15.32 | 6.82 | 68.92 | - |
| YUV | 56.65 | 220.75 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 221 | 0.72 | 0.90 | 0 | 0.13 | 252.06 | 0.82 | 0.48 |
| Hex | 3E | 16 | DD | 48 | 5A | 0 | D | FC | 52 | 30 |
| Octal | 76 | 26 | 335 | 110 | 132 | 0 | 15 | 374 | 122 | 60 |
| Binary | 111110 | 10110 | 11011101 | 1001000 | 1011010 | 0 | 1101 | 11111100 | 1010010 | 110000 |
Color Harmonies of #3E16DD
Complementary color
Monochromatic Colors of #3E16DD
Black with #3E16DD
Text Example
Text Example
White with #3E16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E16DD; }
p { color: rgb(62,22,221); }
H1.HeaderClassName
{
color: #3E16DD;
}
.AnyTagClassName
{
color: #3E16DD;
}
</style>
background-color css
<style>
a { background-color: #3E16DD; }
a { background-color: rgb(62,22,221); }
div.DivClassName
{
background-color: #3E16DD;
}
.BgClassName
{
background-color: #3E16DD;
}
</style>
border-color css
<style>
span { border-color: #3E16DD; }
span { border-color: rgb(62,22,221); }
td.TdClassName
{
border-color: #3E16DD;
}
.TagClassName
{
border-color: #3E16DD;
}
</style>