Shades of Han Purple #3319DC
Tints of Han Purple #3319DC
RGB
CMYK
RGB Variations
Color information
#3319DC (or 0x3319DC) is known color: Han Purple. HEX triplet: 33, 19 and DC. RGB value is (51,25,220). Sum of RGB (Red+Green+Blue) = 51+25+220=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #3319DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3319DC is #CCE623. Grayscale: #363636. Windows color (decimal): -13428260 or 14424371. OLE color: 14424371.
HSL color Cylindrical-coordinate representation of color #3319DC: hue angle of 248º 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 #3319DC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 25 | 220 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.14 |
| HSL | 248º | 0.8% | 0.48% | - |
| HSV(B) | 248º | 0.89% | 0.86% | - |
| XYZ | 14.63 | 6.57 | 68.21 | - |
| YUV | 55 | 221.11 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 220 | 0.77 | 0.89 | 0 | 0.14 | 248 | 0.8 | 0.48 |
| Hex | 33 | 19 | DC | 4D | 59 | 0 | E | F8 | 50 | 30 |
| Octal | 63 | 31 | 334 | 115 | 131 | 0 | 16 | 370 | 120 | 60 |
| Binary | 110011 | 11001 | 11011100 | 1001101 | 1011001 | 0 | 1110 | 11111000 | 1010000 | 110000 |
Color Harmonies of #3319DC
Complementary color
Monochromatic Colors of #3319DC
Black with #3319DC
Text Example
Text Example
White with #3319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3319DC; }
p { color: rgb(51,25,220); }
H1.HeaderClassName
{
color: #3319DC;
}
.AnyTagClassName
{
color: #3319DC;
}
</style>
background-color css
<style>
a { background-color: #3319DC; }
a { background-color: rgb(51,25,220); }
div.DivClassName
{
background-color: #3319DC;
}
.BgClassName
{
background-color: #3319DC;
}
</style>
border-color css
<style>
span { border-color: #3319DC; }
span { border-color: rgb(51,25,220); }
td.TdClassName
{
border-color: #3319DC;
}
.TagClassName
{
border-color: #3319DC;
}
</style>