Shades of Han Purple #3202DB
Tints of Han Purple #3202DB
RGB
CMYK
RGB Variations
Color information
#3202DB (or 0x3202DB) is known color: Han Purple. HEX triplet: 32, 02 and DB. RGB value is (50,2,219). Sum of RGB (Red+Green+Blue) = 50+2+219=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #3202DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3202DB is #CDFD24. Grayscale: #282828. Windows color (decimal): -13499685 or 14352946. OLE color: 14352946.
HSL color Cylindrical-coordinate representation of color #3202DB: hue angle of 253.27º 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 #3202DB is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 2 | 219 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.14 |
| HSL | 253.27º | 0.98% | 0.43% | - |
| HSV(B) | 253.27º | 0.99% | 0.86% | - |
| XYZ | 14.12 | 5.84 | 67.4 | - |
| YUV | 41.09 | 228.4 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 219 | 0.77 | 0.99 | 0 | 0.14 | 253.27 | 0.98 | 0.43 |
| Hex | 32 | 2 | DB | 4D | 63 | 0 | E | FD | 62 | 2B |
| Octal | 62 | 2 | 333 | 115 | 143 | 0 | 16 | 375 | 142 | 53 |
| Binary | 110010 | 10 | 11011011 | 1001101 | 1100011 | 0 | 1110 | 11111101 | 1100010 | 101011 |
Color Harmonies of #3202DB
Complementary color
Monochromatic Colors of #3202DB
Black with #3202DB
Text Example
Text Example
White with #3202DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202DB; }
p { color: rgb(50,2,219); }
H1.HeaderClassName
{
color: #3202DB;
}
.AnyTagClassName
{
color: #3202DB;
}
</style>
background-color css
<style>
a { background-color: #3202DB; }
a { background-color: rgb(50,2,219); }
div.DivClassName
{
background-color: #3202DB;
}
.BgClassName
{
background-color: #3202DB;
}
</style>
border-color css
<style>
span { border-color: #3202DB; }
span { border-color: rgb(50,2,219); }
td.TdClassName
{
border-color: #3202DB;
}
.TagClassName
{
border-color: #3202DB;
}
</style>