Shades of Han Purple #3200FE
Tints of Han Purple #3200FE
RGB
CMYK
RGB Variations
Color information
#3200FE (or 0x3200FE) is known color: Han Purple. HEX triplet: 32, 00 and FE. RGB value is (50,0,254). Sum of RGB (Red+Green+Blue) = 50+0+254=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 254 (99.61% from 255 or 83.55% from 304); Max value from RGB is 254 - color contains mainly: blue. Hex color #3200FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3200FE is #CDFF01. Grayscale: #2A2A2A. Windows color (decimal): -13500162 or 16646194. OLE color: 16646194.
HSL color Cylindrical-coordinate representation of color #3200FE: hue angle of 251.81º 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 #3200FE is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 0 | 254 | - |
| CMYK | 0.80 | 1 | 0 | 0.00 |
| HSL | 251.81º | 1% | 0.5% | - |
| HSV(B) | 251.81º | 1% | 1% | - |
| XYZ | 19.2 | 7.83 | 94.27 | - |
| YUV | 43.91 | 246.57 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 254 | 0.80 | 1 | 0 | 0.00 | 251.81 | 1 | 0.5 |
| Hex | 32 | 0 | FE | 50 | 64 | 0 | 0 | FC | 64 | 32 |
| Octal | 62 | 0 | 376 | 120 | 144 | 0 | 0 | 374 | 144 | 62 |
| Binary | 110010 | 0 | 11111110 | 1010000 | 1100100 | 0 | 0 | 11111100 | 1100100 | 110010 |
Color Harmonies of #3200FE
Complementary color
Monochromatic Colors of #3200FE
Black with #3200FE
Text Example
Text Example
White with #3200FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200FE; }
p { color: rgb(50,0,254); }
H1.HeaderClassName
{
color: #3200FE;
}
.AnyTagClassName
{
color: #3200FE;
}
</style>
background-color css
<style>
a { background-color: #3200FE; }
a { background-color: rgb(50,0,254); }
div.DivClassName
{
background-color: #3200FE;
}
.BgClassName
{
background-color: #3200FE;
}
</style>
border-color css
<style>
span { border-color: #3200FE; }
span { border-color: rgb(50,0,254); }
td.TdClassName
{
border-color: #3200FE;
}
.TagClassName
{
border-color: #3200FE;
}
</style>