Shades of Han Purple #3302DB
Tints of Han Purple #3302DB
RGB
CMYK
RGB Variations
Color information
#3302DB (or 0x3302DB) is known color: Han Purple. HEX triplet: 33, 02 and DB. RGB value is (51,2,219). Sum of RGB (Red+Green+Blue) = 51+2+219=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #3302DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302DB is #CCFD24. Grayscale: #282828. Windows color (decimal): -13434149 or 14352947. OLE color: 14352947.
HSL color Cylindrical-coordinate representation of color #3302DB: hue angle of 253.55º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302DB is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 2 | 219 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.14 |
| HSL | 253.55º | 0.98% | 0.43% | - |
| HSV(B) | 253.55º | 0.99% | 0.86% | - |
| XYZ | 14.17 | 5.86 | 67.4 | - |
| YUV | 41.39 | 228.23 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 219 | 0.77 | 0.99 | 0 | 0.14 | 253.55 | 0.98 | 0.43 |
| Hex | 33 | 2 | DB | 4D | 63 | 0 | E | FE | 62 | 2B |
| Octal | 63 | 2 | 333 | 115 | 143 | 0 | 16 | 376 | 142 | 53 |
| Binary | 110011 | 10 | 11011011 | 1001101 | 1100011 | 0 | 1110 | 11111110 | 1100010 | 101011 |
Color Harmonies of #3302DB
Complementary color
Monochromatic Colors of #3302DB
Black with #3302DB
Text Example
Text Example
White with #3302DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302DB; }
p { color: rgb(51,2,219); }
H1.HeaderClassName
{
color: #3302DB;
}
.AnyTagClassName
{
color: #3302DB;
}
</style>
background-color css
<style>
a { background-color: #3302DB; }
a { background-color: rgb(51,2,219); }
div.DivClassName
{
background-color: #3302DB;
}
.BgClassName
{
background-color: #3302DB;
}
</style>
border-color css
<style>
span { border-color: #3302DB; }
span { border-color: rgb(51,2,219); }
td.TdClassName
{
border-color: #3302DB;
}
.TagClassName
{
border-color: #3302DB;
}
</style>