Shades of Han Purple #3201E6
Tints of Han Purple #3201E6
RGB
CMYK
RGB Variations
Color information
#3201E6 (or 0x3201E6) is known color: Han Purple. HEX triplet: 32, 01 and E6. RGB value is (50,1,230). Sum of RGB (Red+Green+Blue) = 50+1+230=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 230 (90.23% from 255 or 81.85% from 281); Max value from RGB is 230 - color contains mainly: blue. Hex color #3201E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3201E6 is #CDFE19. Grayscale: #282828. Windows color (decimal): -13499930 or 15073586. OLE color: 15073586.
HSL color Cylindrical-coordinate representation of color #3201E6: hue angle of 252.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3201E6 is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 1 | 230 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.10 |
| HSL | 252.84º | 0.99% | 0.45% | - |
| HSV(B) | 252.84º | 1% | 0.9% | - |
| XYZ | 15.61 | 6.41 | 75.28 | - |
| YUV | 41.76 | 234.23 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 230 | 0.78 | 1.00 | 0 | 0.10 | 252.84 | 0.99 | 0.45 |
| Hex | 32 | 1 | E6 | 4E | 64 | 0 | A | FD | 63 | 2D |
| Octal | 62 | 1 | 346 | 116 | 144 | 0 | 12 | 375 | 143 | 55 |
| Binary | 110010 | 1 | 11100110 | 1001110 | 1100100 | 0 | 1010 | 11111101 | 1100011 | 101101 |
Color Harmonies of #3201E6
Complementary color
Monochromatic Colors of #3201E6
Black with #3201E6
Text Example
Text Example
White with #3201E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201E6; }
p { color: rgb(50,1,230); }
H1.HeaderClassName
{
color: #3201E6;
}
.AnyTagClassName
{
color: #3201E6;
}
</style>
background-color css
<style>
a { background-color: #3201E6; }
a { background-color: rgb(50,1,230); }
div.DivClassName
{
background-color: #3201E6;
}
.BgClassName
{
background-color: #3201E6;
}
</style>
border-color css
<style>
span { border-color: #3201E6; }
span { border-color: rgb(50,1,230); }
td.TdClassName
{
border-color: #3201E6;
}
.TagClassName
{
border-color: #3201E6;
}
</style>