Shades of Han Purple #3200DF
Tints of Han Purple #3200DF
RGB
CMYK
RGB Variations
Color information
#3200DF (or 0x3200DF) is known color: Han Purple. HEX triplet: 32, 00 and DF. RGB value is (50,0,223). Sum of RGB (Red+Green+Blue) = 50+0+223=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #3200DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200DF is #CDFF20. Grayscale: #272727. Windows color (decimal): -13500193 or 14614578. OLE color: 14614578.
HSL color Cylindrical-coordinate representation of color #3200DF: hue angle of 253.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200DF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 0 | 223 | - |
| CMYK | 0.78 | 1 | 0 | 0.13 |
| HSL | 253.45º | 1% | 0.44% | - |
| HSV(B) | 253.45º | 1% | 0.87% | - |
| XYZ | 14.63 | 6.01 | 70.2 | - |
| YUV | 40.37 | 231.07 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 223 | 0.78 | 1 | 0 | 0.13 | 253.45 | 1 | 0.44 |
| Hex | 32 | 0 | DF | 4E | 64 | 0 | D | FD | 64 | 2C |
| Octal | 62 | 0 | 337 | 116 | 144 | 0 | 15 | 375 | 144 | 54 |
| Binary | 110010 | 0 | 11011111 | 1001110 | 1100100 | 0 | 1101 | 11111101 | 1100100 | 101100 |
Color Harmonies of #3200DF
Complementary color
Monochromatic Colors of #3200DF
Black with #3200DF
Text Example
Text Example
White with #3200DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200DF; }
p { color: rgb(50,0,223); }
H1.HeaderClassName
{
color: #3200DF;
}
.AnyTagClassName
{
color: #3200DF;
}
</style>
background-color css
<style>
a { background-color: #3200DF; }
a { background-color: rgb(50,0,223); }
div.DivClassName
{
background-color: #3200DF;
}
.BgClassName
{
background-color: #3200DF;
}
</style>
border-color css
<style>
span { border-color: #3200DF; }
span { border-color: rgb(50,0,223); }
td.TdClassName
{
border-color: #3200DF;
}
.TagClassName
{
border-color: #3200DF;
}
</style>