Shades of Han Purple #3E08FA
Tints of Han Purple #3E08FA
RGB
CMYK
RGB Variations
Color information
#3E08FA (or 0x3E08FA) is known color: Han Purple. HEX triplet: 3E, 08 and FA. RGB value is (62,8,250). Sum of RGB (Red+Green+Blue) = 62+8+250=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E08FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E08FA is #C1F705. Grayscale: #323232. Windows color (decimal): -12711686 or 16386110. OLE color: 16386110.
HSL color Cylindrical-coordinate representation of color #3E08FA: hue angle of 253.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E08FA is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 8 | 250 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.02 |
| HSL | 253.39º | 0.96% | 0.51% | - |
| HSV(B) | 253.39º | 0.97% | 0.98% | - |
| XYZ | 19.33 | 8.1 | 90.99 | - |
| YUV | 51.73 | 239.89 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 250 | 0.75 | 0.97 | 0 | 0.02 | 253.39 | 0.96 | 0.51 |
| Hex | 3E | 8 | FA | 4B | 61 | 0 | 2 | FD | 60 | 33 |
| Octal | 76 | 10 | 372 | 113 | 141 | 0 | 2 | 375 | 140 | 63 |
| Binary | 111110 | 1000 | 11111010 | 1001011 | 1100001 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #3E08FA
Complementary color
Monochromatic Colors of #3E08FA
Black with #3E08FA
Text Example
Text Example
White with #3E08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08FA; }
p { color: rgb(62,8,250); }
H1.HeaderClassName
{
color: #3E08FA;
}
.AnyTagClassName
{
color: #3E08FA;
}
</style>
background-color css
<style>
a { background-color: #3E08FA; }
a { background-color: rgb(62,8,250); }
div.DivClassName
{
background-color: #3E08FA;
}
.BgClassName
{
background-color: #3E08FA;
}
</style>
border-color css
<style>
span { border-color: #3E08FA; }
span { border-color: rgb(62,8,250); }
td.TdClassName
{
border-color: #3E08FA;
}
.TagClassName
{
border-color: #3E08FA;
}
</style>