Shades of Han Purple #3E06F1
Tints of Han Purple #3E06F1
RGB
CMYK
RGB Variations
Color information
#3E06F1 (or 0x3E06F1) is known color: Han Purple. HEX triplet: 3E, 06 and F1. RGB value is (62,6,241). Sum of RGB (Red+Green+Blue) = 62+6+241=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E06F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E06F1 is #C1F90E. Grayscale: #303030. Windows color (decimal): -12712207 or 15795774. OLE color: 15795774.
HSL color Cylindrical-coordinate representation of color #3E06F1: hue angle of 254.3º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E06F1 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 6 | 241 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.05 |
| HSL | 254.3º | 0.95% | 0.48% | - |
| HSV(B) | 254.3º | 0.98% | 0.95% | - |
| XYZ | 17.93 | 7.51 | 83.72 | - |
| YUV | 49.53 | 236.05 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 241 | 0.74 | 0.98 | 0 | 0.05 | 254.3 | 0.95 | 0.48 |
| Hex | 3E | 6 | F1 | 4A | 62 | 0 | 5 | FE | 5F | 30 |
| Octal | 76 | 6 | 361 | 112 | 142 | 0 | 5 | 376 | 137 | 60 |
| Binary | 111110 | 110 | 11110001 | 1001010 | 1100010 | 0 | 101 | 11111110 | 1011111 | 110000 |
Color Harmonies of #3E06F1
Complementary color
Monochromatic Colors of #3E06F1
Black with #3E06F1
Text Example
Text Example
White with #3E06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E06F1; }
p { color: rgb(62,6,241); }
H1.HeaderClassName
{
color: #3E06F1;
}
.AnyTagClassName
{
color: #3E06F1;
}
</style>
background-color css
<style>
a { background-color: #3E06F1; }
a { background-color: rgb(62,6,241); }
div.DivClassName
{
background-color: #3E06F1;
}
.BgClassName
{
background-color: #3E06F1;
}
</style>
border-color css
<style>
span { border-color: #3E06F1; }
span { border-color: rgb(62,6,241); }
td.TdClassName
{
border-color: #3E06F1;
}
.TagClassName
{
border-color: #3E06F1;
}
</style>