Shades of Han Purple #3305DB
Tints of Han Purple #3305DB
RGB
CMYK
RGB Variations
Color information
#3305DB (or 0x3305DB) is known color: Han Purple. HEX triplet: 33, 05 and DB. RGB value is (51,5,219). Sum of RGB (Red+Green+Blue) = 51+5+219=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #3305DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3305DB is #CCFA24. Grayscale: #2A2A2A. Windows color (decimal): -13433381 or 14353715. OLE color: 14353715.
HSL color Cylindrical-coordinate representation of color #3305DB: hue angle of 252.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3305DB is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 5 | 219 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.14 |
| HSL | 252.9º | 0.96% | 0.44% | - |
| HSV(B) | 252.9º | 0.98% | 0.86% | - |
| XYZ | 14.21 | 5.93 | 67.41 | - |
| YUV | 43.15 | 227.24 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 219 | 0.77 | 0.98 | 0 | 0.14 | 252.9 | 0.96 | 0.44 |
| Hex | 33 | 5 | DB | 4D | 62 | 0 | E | FD | 60 | 2C |
| Octal | 63 | 5 | 333 | 115 | 142 | 0 | 16 | 375 | 140 | 54 |
| Binary | 110011 | 101 | 11011011 | 1001101 | 1100010 | 0 | 1110 | 11111101 | 1100000 | 101100 |
Color Harmonies of #3305DB
Complementary color
Monochromatic Colors of #3305DB
Black with #3305DB
Text Example
Text Example
White with #3305DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305DB; }
p { color: rgb(51,5,219); }
H1.HeaderClassName
{
color: #3305DB;
}
.AnyTagClassName
{
color: #3305DB;
}
</style>
background-color css
<style>
a { background-color: #3305DB; }
a { background-color: rgb(51,5,219); }
div.DivClassName
{
background-color: #3305DB;
}
.BgClassName
{
background-color: #3305DB;
}
</style>
border-color css
<style>
span { border-color: #3305DB; }
span { border-color: rgb(51,5,219); }
td.TdClassName
{
border-color: #3305DB;
}
.TagClassName
{
border-color: #3305DB;
}
</style>