Shades of Han Purple #3901F6
Tints of Han Purple #3901F6
RGB
CMYK
RGB Variations
Color information
#3901F6 (or 0x3901F6) is known color: Han Purple. HEX triplet: 39, 01 and F6. RGB value is (57,1,246). Sum of RGB (Red+Green+Blue) = 57+1+246=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 246 (96.48% from 255 or 80.92% from 304); Max value from RGB is 246 - color contains mainly: blue. Hex color #3901F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3901F6 is #C6FE09. Grayscale: #2C2C2C. Windows color (decimal): -13041162 or 16122169. OLE color: 16122169.
HSL color Cylindrical-coordinate representation of color #3901F6: hue angle of 253.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3901F6 is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 1 | 246 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.04 |
| HSL | 253.71º | 0.99% | 0.48% | - |
| HSV(B) | 253.71º | 1% | 0.96% | - |
| XYZ | 18.33 | 7.55 | 87.68 | - |
| YUV | 45.67 | 241.05 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 246 | 0.77 | 1.00 | 0 | 0.04 | 253.71 | 0.99 | 0.48 |
| Hex | 39 | 1 | F6 | 4D | 64 | 0 | 4 | FE | 63 | 30 |
| Octal | 71 | 1 | 366 | 115 | 144 | 0 | 4 | 376 | 143 | 60 |
| Binary | 111001 | 1 | 11110110 | 1001101 | 1100100 | 0 | 100 | 11111110 | 1100011 | 110000 |
Color Harmonies of #3901F6
Complementary color
Monochromatic Colors of #3901F6
Black with #3901F6
Text Example
Text Example
White with #3901F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3901F6; }
p { color: rgb(57,1,246); }
H1.HeaderClassName
{
color: #3901F6;
}
.AnyTagClassName
{
color: #3901F6;
}
</style>
background-color css
<style>
a { background-color: #3901F6; }
a { background-color: rgb(57,1,246); }
div.DivClassName
{
background-color: #3901F6;
}
.BgClassName
{
background-color: #3901F6;
}
</style>
border-color css
<style>
span { border-color: #3901F6; }
span { border-color: rgb(57,1,246); }
td.TdClassName
{
border-color: #3901F6;
}
.TagClassName
{
border-color: #3901F6;
}
</style>