Shades of Han Purple #3E03EE
Tints of Han Purple #3E03EE
RGB
CMYK
RGB Variations
Color information
#3E03EE (or 0x3E03EE) is known color: Han Purple. HEX triplet: 3E, 03 and EE. RGB value is (62,3,238). Sum of RGB (Red+Green+Blue) = 62+3+238=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E03EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E03EE is #C1FC11. Grayscale: #2E2E2E. Windows color (decimal): -12712978 or 15598398. OLE color: 15598398.
HSL color Cylindrical-coordinate representation of color #3E03EE: hue angle of 255.06º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E03EE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 3 | 238 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.07 |
| HSL | 255.06º | 0.98% | 0.47% | - |
| HSV(B) | 255.06º | 0.99% | 0.93% | - |
| XYZ | 17.45 | 7.26 | 81.37 | - |
| YUV | 47.43 | 235.55 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 238 | 0.74 | 0.99 | 0 | 0.07 | 255.06 | 0.98 | 0.47 |
| Hex | 3E | 3 | EE | 4A | 63 | 0 | 7 | FF | 62 | 2F |
| Octal | 76 | 3 | 356 | 112 | 143 | 0 | 7 | 377 | 142 | 57 |
| Binary | 111110 | 11 | 11101110 | 1001010 | 1100011 | 0 | 111 | 11111111 | 1100010 | 101111 |
Color Harmonies of #3E03EE
Complementary color
Monochromatic Colors of #3E03EE
Black with #3E03EE
Text Example
Text Example
White with #3E03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03EE; }
p { color: rgb(62,3,238); }
H1.HeaderClassName
{
color: #3E03EE;
}
.AnyTagClassName
{
color: #3E03EE;
}
</style>
background-color css
<style>
a { background-color: #3E03EE; }
a { background-color: rgb(62,3,238); }
div.DivClassName
{
background-color: #3E03EE;
}
.BgClassName
{
background-color: #3E03EE;
}
</style>
border-color css
<style>
span { border-color: #3E03EE; }
span { border-color: rgb(62,3,238); }
td.TdClassName
{
border-color: #3E03EE;
}
.TagClassName
{
border-color: #3E03EE;
}
</style>