Shades of Han Purple #3904FF
Tints of Han Purple #3904FF
RGB
CMYK
RGB Variations
Color information
#3904FF (or 0x3904FF) is known color: Han Purple. HEX triplet: 39, 04 and FF. RGB value is (57,4,255). Sum of RGB (Red+Green+Blue) = 57+4+255=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #3904FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3904FF is #C6FB00. Grayscale: #2F2F2F. Windows color (decimal): -13040385 or 16712761. OLE color: 16712761.
HSL color Cylindrical-coordinate representation of color #3904FF: hue angle of 252.67º 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 #3904FF is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 4 | 255 | - |
| CMYK | 0.78 | 0.98 | 0 | 0 |
| HSL | 252.67º | 1% | 0.51% | - |
| HSV(B) | 252.67º | 0.98% | 1% | - |
| XYZ | 19.78 | 8.18 | 95.14 | - |
| YUV | 48.46 | 244.56 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 255 | 0.78 | 0.98 | 0 | 0 | 252.67 | 1 | 0.51 |
| Hex | 39 | 4 | FF | 4E | 62 | 0 | 0 | FD | 64 | 33 |
| Octal | 71 | 4 | 377 | 116 | 142 | 0 | 0 | 375 | 144 | 63 |
| Binary | 111001 | 100 | 11111111 | 1001110 | 1100010 | 0 | 0 | 11111101 | 1100100 | 110011 |
Color Harmonies of #3904FF
Complementary color
Monochromatic Colors of #3904FF
Black with #3904FF
Text Example
Text Example
White with #3904FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3904FF; }
p { color: rgb(57,4,255); }
H1.HeaderClassName
{
color: #3904FF;
}
.AnyTagClassName
{
color: #3904FF;
}
</style>
background-color css
<style>
a { background-color: #3904FF; }
a { background-color: rgb(57,4,255); }
div.DivClassName
{
background-color: #3904FF;
}
.BgClassName
{
background-color: #3904FF;
}
</style>
border-color css
<style>
span { border-color: #3904FF; }
span { border-color: rgb(57,4,255); }
td.TdClassName
{
border-color: #3904FF;
}
.TagClassName
{
border-color: #3904FF;
}
</style>