Shades of Han Purple #3200DB
Tints of Han Purple #3200DB
RGB
CMYK
RGB Variations
Color information
#3200DB (or 0x3200DB) is known color: Han Purple. HEX triplet: 32, 00 and DB. RGB value is (50,0,219). Sum of RGB (Red+Green+Blue) = 50+0+219=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #3200DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200DB is #CDFF24. Grayscale: #272727. Windows color (decimal): -13500197 or 14352434. OLE color: 14352434.
HSL color Cylindrical-coordinate representation of color #3200DB: hue angle of 253.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200DB is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 0 | 219 | - |
| CMYK | 0.77 | 1 | 0 | 0.14 |
| HSL | 253.7º | 1% | 0.43% | - |
| HSV(B) | 253.7º | 1% | 0.86% | - |
| XYZ | 14.1 | 5.79 | 67.39 | - |
| YUV | 39.92 | 229.07 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 219 | 0.77 | 1 | 0 | 0.14 | 253.7 | 1 | 0.43 |
| Hex | 32 | 0 | DB | 4D | 64 | 0 | E | FE | 64 | 2B |
| Octal | 62 | 0 | 333 | 115 | 144 | 0 | 16 | 376 | 144 | 53 |
| Binary | 110010 | 0 | 11011011 | 1001101 | 1100100 | 0 | 1110 | 11111110 | 1100100 | 101011 |
Color Harmonies of #3200DB
Complementary color
Monochromatic Colors of #3200DB
Black with #3200DB
Text Example
Text Example
White with #3200DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200DB; }
p { color: rgb(50,0,219); }
H1.HeaderClassName
{
color: #3200DB;
}
.AnyTagClassName
{
color: #3200DB;
}
</style>
background-color css
<style>
a { background-color: #3200DB; }
a { background-color: rgb(50,0,219); }
div.DivClassName
{
background-color: #3200DB;
}
.BgClassName
{
background-color: #3200DB;
}
</style>
border-color css
<style>
span { border-color: #3200DB; }
span { border-color: rgb(50,0,219); }
td.TdClassName
{
border-color: #3200DB;
}
.TagClassName
{
border-color: #3200DB;
}
</style>