Shades of Han Purple #3E05E0
Tints of Han Purple #3E05E0
RGB
CMYK
RGB Variations
Color information
#3E05E0 (or 0x3E05E0) is known color: Han Purple. HEX triplet: 3E, 05 and E0. RGB value is (62,5,224). Sum of RGB (Red+Green+Blue) = 62+5+224=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E05E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05E0 is #C1FA1F. Grayscale: #2E2E2E. Windows color (decimal): -12712480 or 14681406. OLE color: 14681406.
HSL color Cylindrical-coordinate representation of color #3E05E0: hue angle of 255.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05E0 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 5 | 224 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.12 |
| HSL | 255.62º | 0.96% | 0.45% | - |
| HSV(B) | 255.62º | 0.98% | 0.88% | - |
| XYZ | 15.5 | 6.51 | 70.96 | - |
| YUV | 47.01 | 227.88 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 224 | 0.72 | 0.98 | 0 | 0.12 | 255.62 | 0.96 | 0.45 |
| Hex | 3E | 5 | E0 | 48 | 62 | 0 | C | 100 | 60 | 2D |
| Octal | 76 | 5 | 340 | 110 | 142 | 0 | 14 | 400 | 140 | 55 |
| Binary | 111110 | 101 | 11100000 | 1001000 | 1100010 | 0 | 1100 | 100000000 | 1100000 | 101101 |
Color Harmonies of #3E05E0
Complementary color
Monochromatic Colors of #3E05E0
Black with #3E05E0
Text Example
Text Example
White with #3E05E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E05E0; }
p { color: rgb(62,5,224); }
H1.HeaderClassName
{
color: #3E05E0;
}
.AnyTagClassName
{
color: #3E05E0;
}
</style>
background-color css
<style>
a { background-color: #3E05E0; }
a { background-color: rgb(62,5,224); }
div.DivClassName
{
background-color: #3E05E0;
}
.BgClassName
{
background-color: #3E05E0;
}
</style>
border-color css
<style>
span { border-color: #3E05E0; }
span { border-color: rgb(62,5,224); }
td.TdClassName
{
border-color: #3E05E0;
}
.TagClassName
{
border-color: #3E05E0;
}
</style>