Shades of Han Purple #4808E8
Tints of Han Purple #4808E8
RGB
CMYK
RGB Variations
Color information
#4808E8 (or 0x4808E8) is known color: Han Purple. HEX triplet: 48, 08 and E8. RGB value is (72,8,232). Sum of RGB (Red+Green+Blue) = 72+8+232=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 232 (91.02% from 255 or 74.36% from 312); Max value from RGB is 232 - color contains mainly: blue. Hex color #4808E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4808E8 is #B7F717. Grayscale: #333333. Windows color (decimal): -12056344 or 15206472. OLE color: 15206472.
HSL color Cylindrical-coordinate representation of color #4808E8: hue angle of 257.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4808E8 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 8 | 232 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.09 |
| HSL | 257.14º | 0.93% | 0.47% | - |
| HSV(B) | 257.14º | 0.97% | 0.91% | - |
| XYZ | 17.32 | 7.38 | 76.85 | - |
| YUV | 52.67 | 229.2 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 232 | 0.69 | 0.97 | 0 | 0.09 | 257.14 | 0.93 | 0.47 |
| Hex | 48 | 8 | E8 | 45 | 61 | 0 | 9 | 101 | 5D | 2F |
| Octal | 110 | 10 | 350 | 105 | 141 | 0 | 11 | 401 | 135 | 57 |
| Binary | 1001000 | 1000 | 11101000 | 1000101 | 1100001 | 0 | 1001 | 100000001 | 1011101 | 101111 |
Color Harmonies of #4808E8
Complementary color
Monochromatic Colors of #4808E8
Black with #4808E8
Text Example
Text Example
White with #4808E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808E8; }
p { color: rgb(72,8,232); }
H1.HeaderClassName
{
color: #4808E8;
}
.AnyTagClassName
{
color: #4808E8;
}
</style>
background-color css
<style>
a { background-color: #4808E8; }
a { background-color: rgb(72,8,232); }
div.DivClassName
{
background-color: #4808E8;
}
.BgClassName
{
background-color: #4808E8;
}
</style>
border-color css
<style>
span { border-color: #4808E8; }
span { border-color: rgb(72,8,232); }
td.TdClassName
{
border-color: #4808E8;
}
.TagClassName
{
border-color: #4808E8;
}
</style>