Shades of Han Purple #3207DB
Tints of Han Purple #3207DB
RGB
CMYK
RGB Variations
Color information
#3207DB (or 0x3207DB) is known color: Han Purple. HEX triplet: 32, 07 and DB. RGB value is (50,7,219). Sum of RGB (Red+Green+Blue) = 50+7+219=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #3207DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207DB is #CDF824. Grayscale: #2B2B2B. Windows color (decimal): -13498405 or 14354226. OLE color: 14354226.
HSL color Cylindrical-coordinate representation of color #3207DB: hue angle of 252.17º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3207DB is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 7 | 219 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.14 |
| HSL | 252.17º | 0.94% | 0.44% | - |
| HSV(B) | 252.17º | 0.97% | 0.86% | - |
| XYZ | 14.18 | 5.94 | 67.42 | - |
| YUV | 44.03 | 226.75 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 219 | 0.77 | 0.97 | 0 | 0.14 | 252.17 | 0.94 | 0.44 |
| Hex | 32 | 7 | DB | 4D | 61 | 0 | E | FC | 5E | 2C |
| Octal | 62 | 7 | 333 | 115 | 141 | 0 | 16 | 374 | 136 | 54 |
| Binary | 110010 | 111 | 11011011 | 1001101 | 1100001 | 0 | 1110 | 11111100 | 1011110 | 101100 |
Color Harmonies of #3207DB
Complementary color
Monochromatic Colors of #3207DB
Black with #3207DB
Text Example
Text Example
White with #3207DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207DB; }
p { color: rgb(50,7,219); }
H1.HeaderClassName
{
color: #3207DB;
}
.AnyTagClassName
{
color: #3207DB;
}
</style>
background-color css
<style>
a { background-color: #3207DB; }
a { background-color: rgb(50,7,219); }
div.DivClassName
{
background-color: #3207DB;
}
.BgClassName
{
background-color: #3207DB;
}
</style>
border-color css
<style>
span { border-color: #3207DB; }
span { border-color: rgb(50,7,219); }
td.TdClassName
{
border-color: #3207DB;
}
.TagClassName
{
border-color: #3207DB;
}
</style>