Shades of Han Purple #3202ED
Tints of Han Purple #3202ED
RGB
CMYK
RGB Variations
Color information
#3202ED (or 0x3202ED) is known color: Han Purple. HEX triplet: 32, 02 and ED. RGB value is (50,2,237). Sum of RGB (Red+Green+Blue) = 50+2+237=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #3202ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3202ED is #CDFD12. Grayscale: #2A2A2A. Windows color (decimal): -13499667 or 15532594. OLE color: 15532594.
HSL color Cylindrical-coordinate representation of color #3202ED: hue angle of 252.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202ED is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 2 | 237 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.07 |
| HSL | 252.26º | 0.98% | 0.47% | - |
| HSV(B) | 252.26º | 0.99% | 0.93% | - |
| XYZ | 16.62 | 6.84 | 80.56 | - |
| YUV | 43.14 | 237.4 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 237 | 0.79 | 0.99 | 0 | 0.07 | 252.26 | 0.98 | 0.47 |
| Hex | 32 | 2 | ED | 4F | 63 | 0 | 7 | FC | 62 | 2F |
| Octal | 62 | 2 | 355 | 117 | 143 | 0 | 7 | 374 | 142 | 57 |
| Binary | 110010 | 10 | 11101101 | 1001111 | 1100011 | 0 | 111 | 11111100 | 1100010 | 101111 |
Color Harmonies of #3202ED
Complementary color
Monochromatic Colors of #3202ED
Black with #3202ED
Text Example
Text Example
White with #3202ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202ED; }
p { color: rgb(50,2,237); }
H1.HeaderClassName
{
color: #3202ED;
}
.AnyTagClassName
{
color: #3202ED;
}
</style>
background-color css
<style>
a { background-color: #3202ED; }
a { background-color: rgb(50,2,237); }
div.DivClassName
{
background-color: #3202ED;
}
.BgClassName
{
background-color: #3202ED;
}
</style>
border-color css
<style>
span { border-color: #3202ED; }
span { border-color: rgb(50,2,237); }
td.TdClassName
{
border-color: #3202ED;
}
.TagClassName
{
border-color: #3202ED;
}
</style>