Shades of Han Purple #3204ED
Tints of Han Purple #3204ED
RGB
CMYK
RGB Variations
Color information
#3204ED (or 0x3204ED) is known color: Han Purple. HEX triplet: 32, 04 and ED. RGB value is (50,4,237). Sum of RGB (Red+Green+Blue) = 50+4+237=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #3204ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3204ED is #CDFB12. Grayscale: #2B2B2B. Windows color (decimal): -13499155 or 15533106. OLE color: 15533106.
HSL color Cylindrical-coordinate representation of color #3204ED: hue angle of 251.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204ED is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 4 | 237 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.07 |
| HSL | 251.85º | 0.97% | 0.47% | - |
| HSV(B) | 251.85º | 0.98% | 0.93% | - |
| XYZ | 16.64 | 6.88 | 80.57 | - |
| YUV | 44.32 | 236.74 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 237 | 0.79 | 0.98 | 0 | 0.07 | 251.85 | 0.97 | 0.47 |
| Hex | 32 | 4 | ED | 4F | 62 | 0 | 7 | FC | 61 | 2F |
| Octal | 62 | 4 | 355 | 117 | 142 | 0 | 7 | 374 | 141 | 57 |
| Binary | 110010 | 100 | 11101101 | 1001111 | 1100010 | 0 | 111 | 11111100 | 1100001 | 101111 |
Color Harmonies of #3204ED
Complementary color
Monochromatic Colors of #3204ED
Black with #3204ED
Text Example
Text Example
White with #3204ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204ED; }
p { color: rgb(50,4,237); }
H1.HeaderClassName
{
color: #3204ED;
}
.AnyTagClassName
{
color: #3204ED;
}
</style>
background-color css
<style>
a { background-color: #3204ED; }
a { background-color: rgb(50,4,237); }
div.DivClassName
{
background-color: #3204ED;
}
.BgClassName
{
background-color: #3204ED;
}
</style>
border-color css
<style>
span { border-color: #3204ED; }
span { border-color: rgb(50,4,237); }
td.TdClassName
{
border-color: #3204ED;
}
.TagClassName
{
border-color: #3204ED;
}
</style>