Shades of Han Purple #3E30EB
Tints of Han Purple #3E30EB
RGB
CMYK
RGB Variations
Color information
#3E30EB (or 0x3E30EB) is known color: Han Purple. HEX triplet: 3E, 30 and EB. RGB value is (62,48,235). Sum of RGB (Red+Green+Blue) = 62+48+235=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E30EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E30EB is #C1CF14. Grayscale: #484848. Windows color (decimal): -12701461 or 15413310. OLE color: 15413310.
HSL color Cylindrical-coordinate representation of color #3E30EB: hue angle of 244.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E30EB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 48 | 235 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.08 |
| HSL | 244.49º | 0.82% | 0.55% | - |
| HSV(B) | 244.49º | 0.8% | 0.92% | - |
| XYZ | 18.04 | 9.14 | 79.41 | - |
| YUV | 73.5 | 219.14 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 235 | 0.74 | 0.80 | 0 | 0.08 | 244.49 | 0.82 | 0.55 |
| Hex | 3E | 30 | EB | 4A | 50 | 0 | 8 | F4 | 52 | 37 |
| Octal | 76 | 60 | 353 | 112 | 120 | 0 | 10 | 364 | 122 | 67 |
| Binary | 111110 | 110000 | 11101011 | 1001010 | 1010000 | 0 | 1000 | 11110100 | 1010010 | 110111 |
Color Harmonies of #3E30EB
Complementary color
Monochromatic Colors of #3E30EB
Black with #3E30EB
Text Example
Text Example
White with #3E30EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E30EB; }
p { color: rgb(62,48,235); }
H1.HeaderClassName
{
color: #3E30EB;
}
.AnyTagClassName
{
color: #3E30EB;
}
</style>
background-color css
<style>
a { background-color: #3E30EB; }
a { background-color: rgb(62,48,235); }
div.DivClassName
{
background-color: #3E30EB;
}
.BgClassName
{
background-color: #3E30EB;
}
</style>
border-color css
<style>
span { border-color: #3E30EB; }
span { border-color: rgb(62,48,235); }
td.TdClassName
{
border-color: #3E30EB;
}
.TagClassName
{
border-color: #3E30EB;
}
</style>