Shades of Han Purple #3E05E9
Tints of Han Purple #3E05E9
RGB
CMYK
RGB Variations
Color information
#3E05E9 (or 0x3E05E9) is known color: Han Purple. HEX triplet: 3E, 05 and E9. RGB value is (62,5,233). Sum of RGB (Red+Green+Blue) = 62+5+233=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 233 (91.41% from 255 or 77.67% from 300); Max value from RGB is 233 - color contains mainly: blue. Hex color #3E05E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E05E9 is #C1FA16. Grayscale: #2F2F2F. Windows color (decimal): -12712471 or 15271230. OLE color: 15271230.
HSL color Cylindrical-coordinate representation of color #3E05E9: hue angle of 255º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05E9 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 5 | 233 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.09 |
| HSL | 255º | 0.96% | 0.47% | - |
| HSV(B) | 255º | 0.98% | 0.91% | - |
| XYZ | 16.75 | 7.02 | 77.56 | - |
| YUV | 48.04 | 232.38 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 233 | 0.73 | 0.98 | 0 | 0.09 | 255 | 0.96 | 0.47 |
| Hex | 3E | 5 | E9 | 49 | 62 | 0 | 9 | FF | 60 | 2F |
| Octal | 76 | 5 | 351 | 111 | 142 | 0 | 11 | 377 | 140 | 57 |
| Binary | 111110 | 101 | 11101001 | 1001001 | 1100010 | 0 | 1001 | 11111111 | 1100000 | 101111 |
Color Harmonies of #3E05E9
Complementary color
Monochromatic Colors of #3E05E9
Black with #3E05E9
Text Example
Text Example
White with #3E05E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E05E9; }
p { color: rgb(62,5,233); }
H1.HeaderClassName
{
color: #3E05E9;
}
.AnyTagClassName
{
color: #3E05E9;
}
</style>
background-color css
<style>
a { background-color: #3E05E9; }
a { background-color: rgb(62,5,233); }
div.DivClassName
{
background-color: #3E05E9;
}
.BgClassName
{
background-color: #3E05E9;
}
</style>
border-color css
<style>
span { border-color: #3E05E9; }
span { border-color: rgb(62,5,233); }
td.TdClassName
{
border-color: #3E05E9;
}
.TagClassName
{
border-color: #3E05E9;
}
</style>