Shades of Han Purple #3924FC
Tints of Han Purple #3924FC
RGB
CMYK
RGB Variations
Color information
#3924FC (or 0x3924FC) is known color: Han Purple. HEX triplet: 39, 24 and FC. RGB value is (57,36,252). Sum of RGB (Red+Green+Blue) = 57+36+252=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #3924FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3924FC is #C6DB03. Grayscale: #424242. Windows color (decimal): -13032196 or 16524345. OLE color: 16524345.
HSL color Cylindrical-coordinate representation of color #3924FC: hue angle of 245.83º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3924FC is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 36 | 252 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.01 |
| HSL | 245.83º | 0.97% | 0.56% | - |
| HSV(B) | 245.83º | 0.86% | 0.99% | - |
| XYZ | 19.89 | 9.16 | 92.82 | - |
| YUV | 66.9 | 232.46 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 252 | 0.77 | 0.86 | 0 | 0.01 | 245.83 | 0.97 | 0.56 |
| Hex | 39 | 24 | FC | 4D | 56 | 0 | 1 | F6 | 61 | 38 |
| Octal | 71 | 44 | 374 | 115 | 126 | 0 | 1 | 366 | 141 | 70 |
| Binary | 111001 | 100100 | 11111100 | 1001101 | 1010110 | 0 | 1 | 11110110 | 1100001 | 111000 |
Color Harmonies of #3924FC
Complementary color
Monochromatic Colors of #3924FC
Black with #3924FC
Text Example
Text Example
White with #3924FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3924FC; }
p { color: rgb(57,36,252); }
H1.HeaderClassName
{
color: #3924FC;
}
.AnyTagClassName
{
color: #3924FC;
}
</style>
background-color css
<style>
a { background-color: #3924FC; }
a { background-color: rgb(57,36,252); }
div.DivClassName
{
background-color: #3924FC;
}
.BgClassName
{
background-color: #3924FC;
}
</style>
border-color css
<style>
span { border-color: #3924FC; }
span { border-color: rgb(57,36,252); }
td.TdClassName
{
border-color: #3924FC;
}
.TagClassName
{
border-color: #3924FC;
}
</style>