Shades of Han Purple #4801EF
Tints of Han Purple #4801EF
RGB
CMYK
RGB Variations
Color information
#4801EF (or 0x4801EF) is known color: Han Purple. HEX triplet: 48, 01 and EF. RGB value is (72,1,239). Sum of RGB (Red+Green+Blue) = 72+1+239=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #4801EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4801EF is #B7FE10. Grayscale: #303030. Windows color (decimal): -12058129 or 15663432. OLE color: 15663432.
HSL color Cylindrical-coordinate representation of color #4801EF: hue angle of 257.9º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4801EF is Cyan = 0.70, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 1 | 239 | - |
| CMYK | 0.70 | 1.00 | 0 | 0.06 |
| HSL | 257.9º | 0.99% | 0.47% | - |
| HSV(B) | 257.9º | 1% | 0.94% | - |
| XYZ | 18.26 | 7.63 | 82.17 | - |
| YUV | 49.36 | 235.02 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 239 | 0.70 | 1.00 | 0 | 0.06 | 257.9 | 0.99 | 0.47 |
| Hex | 48 | 1 | EF | 46 | 64 | 0 | 6 | 102 | 63 | 2F |
| Octal | 110 | 1 | 357 | 106 | 144 | 0 | 6 | 402 | 143 | 57 |
| Binary | 1001000 | 1 | 11101111 | 1000110 | 1100100 | 0 | 110 | 100000010 | 1100011 | 101111 |
Color Harmonies of #4801EF
Complementary color
Monochromatic Colors of #4801EF
Black with #4801EF
Text Example
Text Example
White with #4801EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4801EF; }
p { color: rgb(72,1,239); }
H1.HeaderClassName
{
color: #4801EF;
}
.AnyTagClassName
{
color: #4801EF;
}
</style>
background-color css
<style>
a { background-color: #4801EF; }
a { background-color: rgb(72,1,239); }
div.DivClassName
{
background-color: #4801EF;
}
.BgClassName
{
background-color: #4801EF;
}
</style>
border-color css
<style>
span { border-color: #4801EF; }
span { border-color: rgb(72,1,239); }
td.TdClassName
{
border-color: #4801EF;
}
.TagClassName
{
border-color: #4801EF;
}
</style>