Shades of Han Purple #3318DC
Tints of Han Purple #3318DC
RGB
CMYK
RGB Variations
Color information
#3318DC (or 0x3318DC) is known color: Han Purple. HEX triplet: 33, 18 and DC. RGB value is (51,24,220). Sum of RGB (Red+Green+Blue) = 51+24+220=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #3318DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3318DC is #CCE723. Grayscale: #353535. Windows color (decimal): -13428516 or 14424115. OLE color: 14424115.
HSL color Cylindrical-coordinate representation of color #3318DC: hue angle of 248.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3318DC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 24 | 220 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.14 |
| HSL | 248.27º | 0.8% | 0.48% | - |
| HSV(B) | 248.27º | 0.89% | 0.86% | - |
| XYZ | 14.61 | 6.52 | 68.2 | - |
| YUV | 54.42 | 221.45 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 220 | 0.77 | 0.89 | 0 | 0.14 | 248.27 | 0.8 | 0.48 |
| Hex | 33 | 18 | DC | 4D | 59 | 0 | E | F8 | 50 | 30 |
| Octal | 63 | 30 | 334 | 115 | 131 | 0 | 16 | 370 | 120 | 60 |
| Binary | 110011 | 11000 | 11011100 | 1001101 | 1011001 | 0 | 1110 | 11111000 | 1010000 | 110000 |
Color Harmonies of #3318DC
Complementary color
Monochromatic Colors of #3318DC
Black with #3318DC
Text Example
Text Example
White with #3318DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3318DC; }
p { color: rgb(51,24,220); }
H1.HeaderClassName
{
color: #3318DC;
}
.AnyTagClassName
{
color: #3318DC;
}
</style>
background-color css
<style>
a { background-color: #3318DC; }
a { background-color: rgb(51,24,220); }
div.DivClassName
{
background-color: #3318DC;
}
.BgClassName
{
background-color: #3318DC;
}
</style>
border-color css
<style>
span { border-color: #3318DC; }
span { border-color: rgb(51,24,220); }
td.TdClassName
{
border-color: #3318DC;
}
.TagClassName
{
border-color: #3318DC;
}
</style>