Shades of Han Purple #3206DF
Tints of Han Purple #3206DF
RGB
CMYK
RGB Variations
Color information
#3206DF (or 0x3206DF) is known color: Han Purple. HEX triplet: 32, 06 and DF. RGB value is (50,6,223). Sum of RGB (Red+Green+Blue) = 50+6+223=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #3206DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3206DF is #CDF920. Grayscale: #2B2B2B. Windows color (decimal): -13498657 or 14616114. OLE color: 14616114.
HSL color Cylindrical-coordinate representation of color #3206DF: hue angle of 252.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3206DF is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 6 | 223 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.13 |
| HSL | 252.17º | 0.95% | 0.45% | - |
| HSV(B) | 252.17º | 0.97% | 0.87% | - |
| XYZ | 14.7 | 6.14 | 70.22 | - |
| YUV | 43.89 | 229.08 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 223 | 0.78 | 0.97 | 0 | 0.13 | 252.17 | 0.95 | 0.45 |
| Hex | 32 | 6 | DF | 4E | 61 | 0 | D | FC | 5F | 2D |
| Octal | 62 | 6 | 337 | 116 | 141 | 0 | 15 | 374 | 137 | 55 |
| Binary | 110010 | 110 | 11011111 | 1001110 | 1100001 | 0 | 1101 | 11111100 | 1011111 | 101101 |
Color Harmonies of #3206DF
Complementary color
Monochromatic Colors of #3206DF
Black with #3206DF
Text Example
Text Example
White with #3206DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206DF; }
p { color: rgb(50,6,223); }
H1.HeaderClassName
{
color: #3206DF;
}
.AnyTagClassName
{
color: #3206DF;
}
</style>
background-color css
<style>
a { background-color: #3206DF; }
a { background-color: rgb(50,6,223); }
div.DivClassName
{
background-color: #3206DF;
}
.BgClassName
{
background-color: #3206DF;
}
</style>
border-color css
<style>
span { border-color: #3206DF; }
span { border-color: rgb(50,6,223); }
td.TdClassName
{
border-color: #3206DF;
}
.TagClassName
{
border-color: #3206DF;
}
</style>