Shades of Han Purple #3201EB
Tints of Han Purple #3201EB
RGB
CMYK
RGB Variations
Color information
#3201EB (or 0x3201EB) is known color: Han Purple. HEX triplet: 32, 01 and EB. RGB value is (50,1,235). Sum of RGB (Red+Green+Blue) = 50+1+235=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 235 (92.19% from 255 or 82.17% from 286); Max value from RGB is 235 - color contains mainly: blue. Hex color #3201EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3201EB is #CDFE14. Grayscale: #292929. Windows color (decimal): -13499925 or 15401266. OLE color: 15401266.
HSL color Cylindrical-coordinate representation of color #3201EB: hue angle of 252.56º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3201EB is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 1 | 235 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.08 |
| HSL | 252.56º | 0.99% | 0.46% | - |
| HSV(B) | 252.56º | 1% | 0.92% | - |
| XYZ | 16.32 | 6.7 | 79.03 | - |
| YUV | 42.33 | 236.73 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 235 | 0.79 | 1.00 | 0 | 0.08 | 252.56 | 0.99 | 0.46 |
| Hex | 32 | 1 | EB | 4F | 64 | 0 | 8 | FD | 63 | 2E |
| Octal | 62 | 1 | 353 | 117 | 144 | 0 | 10 | 375 | 143 | 56 |
| Binary | 110010 | 1 | 11101011 | 1001111 | 1100100 | 0 | 1000 | 11111101 | 1100011 | 101110 |
Color Harmonies of #3201EB
Complementary color
Monochromatic Colors of #3201EB
Black with #3201EB
Text Example
Text Example
White with #3201EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201EB; }
p { color: rgb(50,1,235); }
H1.HeaderClassName
{
color: #3201EB;
}
.AnyTagClassName
{
color: #3201EB;
}
</style>
background-color css
<style>
a { background-color: #3201EB; }
a { background-color: rgb(50,1,235); }
div.DivClassName
{
background-color: #3201EB;
}
.BgClassName
{
background-color: #3201EB;
}
</style>
border-color css
<style>
span { border-color: #3201EB; }
span { border-color: rgb(50,1,235); }
td.TdClassName
{
border-color: #3201EB;
}
.TagClassName
{
border-color: #3201EB;
}
</style>