Shades of Han Purple #3E00ED
Tints of Han Purple #3E00ED
RGB
CMYK
RGB Variations
Color information
#3E00ED (or 0x3E00ED) is known color: Han Purple. HEX triplet: 3E, 00 and ED. RGB value is (62,0,237). Sum of RGB (Red+Green+Blue) = 62+0+237=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E00ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E00ED is #C1FF12. Grayscale: #2C2C2C. Windows color (decimal): -12713747 or 15532094. OLE color: 15532094.
HSL color Cylindrical-coordinate representation of color #3E00ED: hue angle of 255.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00ED is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 0 | 237 | - |
| CMYK | 0.74 | 1 | 0 | 0.07 |
| HSL | 255.7º | 1% | 0.46% | - |
| HSV(B) | 255.7º | 1% | 0.93% | - |
| XYZ | 17.27 | 7.14 | 80.59 | - |
| YUV | 45.56 | 236.04 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 237 | 0.74 | 1 | 0 | 0.07 | 255.7 | 1 | 0.46 |
| Hex | 3E | 0 | ED | 4A | 64 | 0 | 7 | 100 | 64 | 2E |
| Octal | 76 | 0 | 355 | 112 | 144 | 0 | 7 | 400 | 144 | 56 |
| Binary | 111110 | 0 | 11101101 | 1001010 | 1100100 | 0 | 111 | 100000000 | 1100100 | 101110 |
Color Harmonies of #3E00ED
Complementary color
Monochromatic Colors of #3E00ED
Black with #3E00ED
Text Example
Text Example
White with #3E00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00ED; }
p { color: rgb(62,0,237); }
H1.HeaderClassName
{
color: #3E00ED;
}
.AnyTagClassName
{
color: #3E00ED;
}
</style>
background-color css
<style>
a { background-color: #3E00ED; }
a { background-color: rgb(62,0,237); }
div.DivClassName
{
background-color: #3E00ED;
}
.BgClassName
{
background-color: #3E00ED;
}
</style>
border-color css
<style>
span { border-color: #3E00ED; }
span { border-color: rgb(62,0,237); }
td.TdClassName
{
border-color: #3E00ED;
}
.TagClassName
{
border-color: #3E00ED;
}
</style>