Shades of Han Purple #3904FE
Tints of Han Purple #3904FE
RGB
CMYK
RGB Variations
Color information
#3904FE (or 0x3904FE) is known color: Han Purple. HEX triplet: 39, 04 and FE. RGB value is (57,4,254). Sum of RGB (Red+Green+Blue) = 57+4+254=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #3904FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3904FE is #C6FB01. Grayscale: #2F2F2F. Windows color (decimal): -13040386 or 16647225. OLE color: 16647225.
HSL color Cylindrical-coordinate representation of color #3904FE: hue angle of 252.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3904FE is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 4 | 254 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.00 |
| HSL | 252.72º | 0.99% | 0.51% | - |
| HSV(B) | 252.72º | 0.98% | 1% | - |
| XYZ | 19.62 | 8.11 | 94.3 | - |
| YUV | 48.35 | 244.06 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 254 | 0.78 | 0.98 | 0 | 0.00 | 252.72 | 0.99 | 0.51 |
| Hex | 39 | 4 | FE | 4E | 62 | 0 | 0 | FD | 63 | 33 |
| Octal | 71 | 4 | 376 | 116 | 142 | 0 | 0 | 375 | 143 | 63 |
| Binary | 111001 | 100 | 11111110 | 1001110 | 1100010 | 0 | 0 | 11111101 | 1100011 | 110011 |
Color Harmonies of #3904FE
Complementary color
Monochromatic Colors of #3904FE
Black with #3904FE
Text Example
Text Example
White with #3904FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3904FE; }
p { color: rgb(57,4,254); }
H1.HeaderClassName
{
color: #3904FE;
}
.AnyTagClassName
{
color: #3904FE;
}
</style>
background-color css
<style>
a { background-color: #3904FE; }
a { background-color: rgb(57,4,254); }
div.DivClassName
{
background-color: #3904FE;
}
.BgClassName
{
background-color: #3904FE;
}
</style>
border-color css
<style>
span { border-color: #3904FE; }
span { border-color: rgb(57,4,254); }
td.TdClassName
{
border-color: #3904FE;
}
.TagClassName
{
border-color: #3904FE;
}
</style>