Shades of Han Purple #4820EE
Tints of Han Purple #4820EE
RGB
CMYK
RGB Variations
Color information
#4820EE (or 0x4820EE) is known color: Han Purple. HEX triplet: 48, 20 and EE. RGB value is (72,32,238). Sum of RGB (Red+Green+Blue) = 72+32+238=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #4820EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4820EE is #B7DF11. Grayscale: #424242. Windows color (decimal): -12050194 or 15605832. OLE color: 15605832.
HSL color Cylindrical-coordinate representation of color #4820EE: hue angle of 251.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4820EE is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 32 | 238 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.07 |
| HSL | 251.65º | 0.86% | 0.53% | - |
| HSV(B) | 251.65º | 0.87% | 0.93% | - |
| XYZ | 18.62 | 8.58 | 81.56 | - |
| YUV | 67.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 238 | 0.70 | 0.87 | 0 | 0.07 | 251.65 | 0.86 | 0.53 |
| Hex | 48 | 20 | EE | 46 | 57 | 0 | 7 | FC | 56 | 35 |
| Octal | 110 | 40 | 356 | 106 | 127 | 0 | 7 | 374 | 126 | 65 |
| Binary | 1001000 | 100000 | 11101110 | 1000110 | 1010111 | 0 | 111 | 11111100 | 1010110 | 110101 |
Color Harmonies of #4820EE
Complementary color
Monochromatic Colors of #4820EE
Black with #4820EE
Text Example
Text Example
White with #4820EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4820EE; }
p { color: rgb(72,32,238); }
H1.HeaderClassName
{
color: #4820EE;
}
.AnyTagClassName
{
color: #4820EE;
}
</style>
background-color css
<style>
a { background-color: #4820EE; }
a { background-color: rgb(72,32,238); }
div.DivClassName
{
background-color: #4820EE;
}
.BgClassName
{
background-color: #4820EE;
}
</style>
border-color css
<style>
span { border-color: #4820EE; }
span { border-color: rgb(72,32,238); }
td.TdClassName
{
border-color: #4820EE;
}
.TagClassName
{
border-color: #4820EE;
}
</style>