Shades of Han Purple #3204DF
Tints of Han Purple #3204DF
RGB
CMYK
RGB Variations
Color information
#3204DF (or 0x3204DF) is known color: Han Purple. HEX triplet: 32, 04 and DF. RGB value is (50,4,223). Sum of RGB (Red+Green+Blue) = 50+4+223=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #3204DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204DF is #CDFB20. Grayscale: #292929. Windows color (decimal): -13499169 or 14615602. OLE color: 14615602.
HSL color Cylindrical-coordinate representation of color #3204DF: hue angle of 252.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204DF is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 50 | 4 | 223 | - |
CMYK | 0.78 | 0.98 | 0 | 0.13 |
HSL | 252.6º | 0.96% | 0.45% | - |
HSV(B) | 252.6º | 0.98% | 0.87% | - |
XYZ | 14.68 | 6.09 | 70.21 | - |
YUV | 42.72 | 229.74 | 133.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 4 | 223 | 0.78 | 0.98 | 0 | 0.13 | 252.6 | 0.96 | 0.45 |
Hex | 32 | 4 | DF | 4E | 62 | 0 | D | FD | 60 | 2D |
Octal | 62 | 4 | 337 | 116 | 142 | 0 | 15 | 375 | 140 | 55 |
Binary | 110010 | 100 | 11011111 | 1001110 | 1100010 | 0 | 1101 | 11111101 | 1100000 | 101101 |
Color Harmonies of #3204DF
Complementary color
Monochromatic Colors of #3204DF
Black with #3204DF
Text Example
Text Example
White with #3204DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204DF; }
p { color: rgb(50,4,223); }
H1.HeaderClassName
{
color: #3204DF;
}
.AnyTagClassName
{
color: #3204DF;
}
</style>
background-color css
<style>
a { background-color: #3204DF; }
a { background-color: rgb(50,4,223); }
div.DivClassName
{
background-color: #3204DF;
}
.BgClassName
{
background-color: #3204DF;
}
</style>
border-color css
<style>
span { border-color: #3204DF; }
span { border-color: rgb(50,4,223); }
td.TdClassName
{
border-color: #3204DF;
}
.TagClassName
{
border-color: #3204DF;
}
</style>