Shades of Han Purple #3902FC
Tints of Han Purple #3902FC
RGB
CMYK
RGB Variations
Color information
#3902FC (or 0x3902FC) is known color: Han Purple. HEX triplet: 39, 02 and FC. RGB value is (57,2,252). Sum of RGB (Red+Green+Blue) = 57+2+252=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #3902FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3902FC is #C6FD03. Grayscale: #2E2E2E. Windows color (decimal): -13040900 or 16515641. OLE color: 16515641.
HSL color Cylindrical-coordinate representation of color #3902FC: hue angle of 253.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902FC is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 2 | 252 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.01 |
| HSL | 253.2º | 0.98% | 0.5% | - |
| HSV(B) | 253.2º | 0.99% | 0.99% | - |
| XYZ | 19.28 | 7.94 | 92.61 | - |
| YUV | 46.95 | 243.72 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 252 | 0.77 | 0.99 | 0 | 0.01 | 253.2 | 0.98 | 0.5 |
| Hex | 39 | 2 | FC | 4D | 63 | 0 | 1 | FD | 62 | 32 |
| Octal | 71 | 2 | 374 | 115 | 143 | 0 | 1 | 375 | 142 | 62 |
| Binary | 111001 | 10 | 11111100 | 1001101 | 1100011 | 0 | 1 | 11111101 | 1100010 | 110010 |
Color Harmonies of #3902FC
Complementary color
Monochromatic Colors of #3902FC
Black with #3902FC
Text Example
Text Example
White with #3902FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902FC; }
p { color: rgb(57,2,252); }
H1.HeaderClassName
{
color: #3902FC;
}
.AnyTagClassName
{
color: #3902FC;
}
</style>
background-color css
<style>
a { background-color: #3902FC; }
a { background-color: rgb(57,2,252); }
div.DivClassName
{
background-color: #3902FC;
}
.BgClassName
{
background-color: #3902FC;
}
</style>
border-color css
<style>
span { border-color: #3902FC; }
span { border-color: rgb(57,2,252); }
td.TdClassName
{
border-color: #3902FC;
}
.TagClassName
{
border-color: #3902FC;
}
</style>