Shades of Han Purple #4E08FF
Tints of Han Purple #4E08FF
RGB
CMYK
RGB Variations
Color information
#4E08FF (or 0x4E08FF) is known color: Han Purple. HEX triplet: 4E, 08 and FF. RGB value is (78,8,255). Sum of RGB (Red+Green+Blue) = 78+8+255=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E08FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E08FF is #B1F700. Grayscale: #383838. Windows color (decimal): -11663105 or 16713806. OLE color: 16713806.
HSL color Cylindrical-coordinate representation of color #4E08FF: hue angle of 257º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E08FF is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 8 | 255 | - |
| CMYK | 0.69 | 0.97 | 0 | 0 |
| HSL | 257º | 1% | 0.52% | - |
| HSV(B) | 257º | 0.97% | 1% | - |
| XYZ | 21.28 | 9.01 | 95.23 | - |
| YUV | 57.09 | 239.69 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 255 | 0.69 | 0.97 | 0 | 0 | 257 | 1 | 0.52 |
| Hex | 4E | 8 | FF | 45 | 61 | 0 | 0 | 101 | 64 | 34 |
| Octal | 116 | 10 | 377 | 105 | 141 | 0 | 0 | 401 | 144 | 64 |
| Binary | 1001110 | 1000 | 11111111 | 1000101 | 1100001 | 0 | 0 | 100000001 | 1100100 | 110100 |
Color Harmonies of #4E08FF
Complementary color
Monochromatic Colors of #4E08FF
Black with #4E08FF
Text Example
Text Example
White with #4E08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E08FF; }
p { color: rgb(78,8,255); }
H1.HeaderClassName
{
color: #4E08FF;
}
.AnyTagClassName
{
color: #4E08FF;
}
</style>
background-color css
<style>
a { background-color: #4E08FF; }
a { background-color: rgb(78,8,255); }
div.DivClassName
{
background-color: #4E08FF;
}
.BgClassName
{
background-color: #4E08FF;
}
</style>
border-color css
<style>
span { border-color: #4E08FF; }
span { border-color: rgb(78,8,255); }
td.TdClassName
{
border-color: #4E08FF;
}
.TagClassName
{
border-color: #4E08FF;
}
</style>