Shades of Han Purple #3204FF
Tints of Han Purple #3204FF
RGB
CMYK
RGB Variations
Color information
#3204FF (or 0x3204FF) is known color: Han Purple. HEX triplet: 32, 04 and FF. RGB value is (50,4,255). Sum of RGB (Red+Green+Blue) = 50+4+255=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #3204FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3204FF is #CDFB00. Grayscale: #2D2D2D. Windows color (decimal): -13499137 or 16712754. OLE color: 16712754.
HSL color Cylindrical-coordinate representation of color #3204FF: hue angle of 251º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204FF is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 4 | 255 | - |
| CMYK | 0.80 | 0.98 | 0 | 0 |
| HSL | 251º | 1% | 0.51% | - |
| HSV(B) | 251º | 0.98% | 1% | - |
| XYZ | 19.41 | 7.98 | 95.13 | - |
| YUV | 46.37 | 245.74 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 255 | 0.80 | 0.98 | 0 | 0 | 251 | 1 | 0.51 |
| Hex | 32 | 4 | FF | 50 | 62 | 0 | 0 | FB | 64 | 33 |
| Octal | 62 | 4 | 377 | 120 | 142 | 0 | 0 | 373 | 144 | 63 |
| Binary | 110010 | 100 | 11111111 | 1010000 | 1100010 | 0 | 0 | 11111011 | 1100100 | 110011 |
Color Harmonies of #3204FF
Complementary color
Monochromatic Colors of #3204FF
Black with #3204FF
Text Example
Text Example
White with #3204FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204FF; }
p { color: rgb(50,4,255); }
H1.HeaderClassName
{
color: #3204FF;
}
.AnyTagClassName
{
color: #3204FF;
}
</style>
background-color css
<style>
a { background-color: #3204FF; }
a { background-color: rgb(50,4,255); }
div.DivClassName
{
background-color: #3204FF;
}
.BgClassName
{
background-color: #3204FF;
}
</style>
border-color css
<style>
span { border-color: #3204FF; }
span { border-color: rgb(50,4,255); }
td.TdClassName
{
border-color: #3204FF;
}
.TagClassName
{
border-color: #3204FF;
}
</style>