Shades of Han Purple #3316DC
Tints of Han Purple #3316DC
RGB
CMYK
RGB Variations
Color information
#3316DC (or 0x3316DC) is known color: Han Purple. HEX triplet: 33, 16 and DC. RGB value is (51,22,220). Sum of RGB (Red+Green+Blue) = 51+22+220=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #3316DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316DC is #CCE923. Grayscale: #343434. Windows color (decimal): -13429028 or 14423603. OLE color: 14423603.
HSL color Cylindrical-coordinate representation of color #3316DC: hue angle of 248.79º 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 #3316DC is Cyan = 0.77, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 22 | 220 | - |
| CMYK | 0.77 | 0.9 | 0 | 0.14 |
| HSL | 248.79º | 0.82% | 0.47% | - |
| HSV(B) | 248.79º | 0.9% | 0.86% | - |
| XYZ | 14.57 | 6.44 | 68.19 | - |
| YUV | 53.24 | 222.11 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 220 | 0.77 | 0.9 | 0 | 0.14 | 248.79 | 0.82 | 0.47 |
| Hex | 33 | 16 | DC | 4D | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 63 | 26 | 334 | 115 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110011 | 10110 | 11011100 | 1001101 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3316DC
Complementary color
Monochromatic Colors of #3316DC
Black with #3316DC
Text Example
Text Example
White with #3316DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3316DC; }
p { color: rgb(51,22,220); }
H1.HeaderClassName
{
color: #3316DC;
}
.AnyTagClassName
{
color: #3316DC;
}
</style>
background-color css
<style>
a { background-color: #3316DC; }
a { background-color: rgb(51,22,220); }
div.DivClassName
{
background-color: #3316DC;
}
.BgClassName
{
background-color: #3316DC;
}
</style>
border-color css
<style>
span { border-color: #3316DC; }
span { border-color: rgb(51,22,220); }
td.TdClassName
{
border-color: #3316DC;
}
.TagClassName
{
border-color: #3316DC;
}
</style>