Shades of Han Purple #4825EE
Tints of Han Purple #4825EE
RGB
CMYK
RGB Variations
Color information
#4825EE (or 0x4825EE) is known color: Han Purple. HEX triplet: 48, 25 and EE. RGB value is (72,37,238). Sum of RGB (Red+Green+Blue) = 72+37+238=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #4825EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4825EE is #B7DA11. Grayscale: #454545. Windows color (decimal): -12048914 or 15607112. OLE color: 15607112.
HSL color Cylindrical-coordinate representation of color #4825EE: hue angle of 250.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4825EE is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 37 | 238 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.07 |
| HSL | 250.45º | 0.86% | 0.54% | - |
| HSV(B) | 250.45º | 0.84% | 0.93% | - |
| XYZ | 18.77 | 8.87 | 81.61 | - |
| YUV | 70.38 | 222.6 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 238 | 0.70 | 0.84 | 0 | 0.07 | 250.45 | 0.86 | 0.54 |
| Hex | 48 | 25 | EE | 46 | 54 | 0 | 7 | FA | 56 | 36 |
| Octal | 110 | 45 | 356 | 106 | 124 | 0 | 7 | 372 | 126 | 66 |
| Binary | 1001000 | 100101 | 11101110 | 1000110 | 1010100 | 0 | 111 | 11111010 | 1010110 | 110110 |
Color Harmonies of #4825EE
Complementary color
Monochromatic Colors of #4825EE
Black with #4825EE
Text Example
Text Example
White with #4825EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4825EE; }
p { color: rgb(72,37,238); }
H1.HeaderClassName
{
color: #4825EE;
}
.AnyTagClassName
{
color: #4825EE;
}
</style>
background-color css
<style>
a { background-color: #4825EE; }
a { background-color: rgb(72,37,238); }
div.DivClassName
{
background-color: #4825EE;
}
.BgClassName
{
background-color: #4825EE;
}
</style>
border-color css
<style>
span { border-color: #4825EE; }
span { border-color: rgb(72,37,238); }
td.TdClassName
{
border-color: #4825EE;
}
.TagClassName
{
border-color: #4825EE;
}
</style>