Shades of Han Purple #3902F1
Tints of Han Purple #3902F1
RGB
CMYK
RGB Variations
Color information
#3902F1 (or 0x3902F1) is known color: Han Purple. HEX triplet: 39, 02 and F1. RGB value is (57,2,241). Sum of RGB (Red+Green+Blue) = 57+2+241=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 241 (94.53% from 255 or 80.33% from 300); Max value from RGB is 241 - color contains mainly: blue. Hex color #3902F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3902F1 is #C6FD0E. Grayscale: #2C2C2C. Windows color (decimal): -13040911 or 15794745. OLE color: 15794745.
HSL color Cylindrical-coordinate representation of color #3902F1: hue angle of 253.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902F1 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 2 | 241 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.05 |
| HSL | 253.81º | 0.98% | 0.48% | - |
| HSV(B) | 253.81º | 0.99% | 0.95% | - |
| XYZ | 17.59 | 7.26 | 83.69 | - |
| YUV | 45.69 | 238.22 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 241 | 0.76 | 0.99 | 0 | 0.05 | 253.81 | 0.98 | 0.48 |
| Hex | 39 | 2 | F1 | 4C | 63 | 0 | 5 | FE | 62 | 30 |
| Octal | 71 | 2 | 361 | 114 | 143 | 0 | 5 | 376 | 142 | 60 |
| Binary | 111001 | 10 | 11110001 | 1001100 | 1100011 | 0 | 101 | 11111110 | 1100010 | 110000 |
Color Harmonies of #3902F1
Complementary color
Monochromatic Colors of #3902F1
Black with #3902F1
Text Example
Text Example
White with #3902F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902F1; }
p { color: rgb(57,2,241); }
H1.HeaderClassName
{
color: #3902F1;
}
.AnyTagClassName
{
color: #3902F1;
}
</style>
background-color css
<style>
a { background-color: #3902F1; }
a { background-color: rgb(57,2,241); }
div.DivClassName
{
background-color: #3902F1;
}
.BgClassName
{
background-color: #3902F1;
}
</style>
border-color css
<style>
span { border-color: #3902F1; }
span { border-color: rgb(57,2,241); }
td.TdClassName
{
border-color: #3902F1;
}
.TagClassName
{
border-color: #3902F1;
}
</style>