Shades of Han Purple #3416DC
Tints of Han Purple #3416DC
RGB
CMYK
RGB Variations
Color information
#3416DC (or 0x3416DC) is known color: Han Purple. HEX triplet: 34, 16 and DC. RGB value is (52,22,220). Sum of RGB (Red+Green+Blue) = 52+22+220=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #3416DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3416DC is #CBE923. Grayscale: #343434. Windows color (decimal): -13363492 or 14423604. OLE color: 14423604.
HSL color Cylindrical-coordinate representation of color #3416DC: hue angle of 249.09º 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 #3416DC is Cyan = 0.76, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 22 | 220 | - |
| CMYK | 0.76 | 0.9 | 0 | 0.14 |
| HSL | 249.09º | 0.82% | 0.47% | - |
| HSV(B) | 249.09º | 0.9% | 0.86% | - |
| XYZ | 14.62 | 6.47 | 68.19 | - |
| YUV | 53.54 | 221.94 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 220 | 0.76 | 0.9 | 0 | 0.14 | 249.09 | 0.82 | 0.47 |
| Hex | 34 | 16 | DC | 4C | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 64 | 26 | 334 | 114 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110100 | 10110 | 11011100 | 1001100 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3416DC
Complementary color
Monochromatic Colors of #3416DC
Black with #3416DC
Text Example
Text Example
White with #3416DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3416DC; }
p { color: rgb(52,22,220); }
H1.HeaderClassName
{
color: #3416DC;
}
.AnyTagClassName
{
color: #3416DC;
}
</style>
background-color css
<style>
a { background-color: #3416DC; }
a { background-color: rgb(52,22,220); }
div.DivClassName
{
background-color: #3416DC;
}
.BgClassName
{
background-color: #3416DC;
}
</style>
border-color css
<style>
span { border-color: #3416DC; }
span { border-color: rgb(52,22,220); }
td.TdClassName
{
border-color: #3416DC;
}
.TagClassName
{
border-color: #3416DC;
}
</style>