Shades of Han Purple #4E08F9
Tints of Han Purple #4E08F9
RGB
CMYK
RGB Variations
Color information
#4E08F9 (or 0x4E08F9) is known color: Han Purple. HEX triplet: 4E, 08 and F9. RGB value is (78,8,249). Sum of RGB (Red+Green+Blue) = 78+8+249=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #4E08F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E08F9 is #B1F706. Grayscale: #373737. Windows color (decimal): -11663111 or 16320590. OLE color: 16320590.
HSL color Cylindrical-coordinate representation of color #4E08F9: hue angle of 257.43º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E08F9 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 8 | 249 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.02 |
| HSL | 257.43º | 0.95% | 0.5% | - |
| HSV(B) | 257.43º | 0.97% | 0.98% | - |
| XYZ | 20.33 | 8.63 | 90.22 | - |
| YUV | 56.4 | 236.69 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 249 | 0.69 | 0.97 | 0 | 0.02 | 257.43 | 0.95 | 0.5 |
| Hex | 4E | 8 | F9 | 45 | 61 | 0 | 2 | 101 | 5F | 32 |
| Octal | 116 | 10 | 371 | 105 | 141 | 0 | 2 | 401 | 137 | 62 |
| Binary | 1001110 | 1000 | 11111001 | 1000101 | 1100001 | 0 | 10 | 100000001 | 1011111 | 110010 |
Color Harmonies of #4E08F9
Complementary color
Monochromatic Colors of #4E08F9
Black with #4E08F9
Text Example
Text Example
White with #4E08F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E08F9; }
p { color: rgb(78,8,249); }
H1.HeaderClassName
{
color: #4E08F9;
}
.AnyTagClassName
{
color: #4E08F9;
}
</style>
background-color css
<style>
a { background-color: #4E08F9; }
a { background-color: rgb(78,8,249); }
div.DivClassName
{
background-color: #4E08F9;
}
.BgClassName
{
background-color: #4E08F9;
}
</style>
border-color css
<style>
span { border-color: #4E08F9; }
span { border-color: rgb(78,8,249); }
td.TdClassName
{
border-color: #4E08F9;
}
.TagClassName
{
border-color: #4E08F9;
}
</style>