Shades of Han Purple #3200FF
Tints of Han Purple #3200FF
RGB
CMYK
RGB Variations
Color information
#3200FF (or 0x3200FF) is known color: Han Purple. HEX triplet: 32, 00 and FF. RGB value is (50,0,255). Sum of RGB (Red+Green+Blue) = 50+0+255=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #3200FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3200FF is #CDFF00. Grayscale: #2B2B2B. Windows color (decimal): -13500161 or 16711730. OLE color: 16711730.
HSL color Cylindrical-coordinate representation of color #3200FF: hue angle of 251.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200FF is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 0 | 255 | - |
| CMYK | 0.80 | 1 | 0 | 0 |
| HSL | 251.76º | 1% | 0.5% | - |
| HSV(B) | 251.76º | 1% | 1% | - |
| XYZ | 19.37 | 7.9 | 95.11 | - |
| YUV | 44.02 | 247.07 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 255 | 0.80 | 1 | 0 | 0 | 251.76 | 1 | 0.5 |
| Hex | 32 | 0 | FF | 50 | 64 | 0 | 0 | FC | 64 | 32 |
| Octal | 62 | 0 | 377 | 120 | 144 | 0 | 0 | 374 | 144 | 62 |
| Binary | 110010 | 0 | 11111111 | 1010000 | 1100100 | 0 | 0 | 11111100 | 1100100 | 110010 |
Color Harmonies of #3200FF
Complementary color
Monochromatic Colors of #3200FF
Black with #3200FF
Text Example
Text Example
White with #3200FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200FF; }
p { color: rgb(50,0,255); }
H1.HeaderClassName
{
color: #3200FF;
}
.AnyTagClassName
{
color: #3200FF;
}
</style>
background-color css
<style>
a { background-color: #3200FF; }
a { background-color: rgb(50,0,255); }
div.DivClassName
{
background-color: #3200FF;
}
.BgClassName
{
background-color: #3200FF;
}
</style>
border-color css
<style>
span { border-color: #3200FF; }
span { border-color: rgb(50,0,255); }
td.TdClassName
{
border-color: #3200FF;
}
.TagClassName
{
border-color: #3200FF;
}
</style>