Shades of Han Purple #4830ED
Tints of Han Purple #4830ED
RGB
CMYK
RGB Variations
Color information
#4830ED (or 0x4830ED) is known color: Han Purple. HEX triplet: 48, 30 and ED. RGB value is (72,48,237). Sum of RGB (Red+Green+Blue) = 72+48+237=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #4830ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4830ED is #B7CF12. Grayscale: #4B4B4B. Windows color (decimal): -12046099 or 15544392. OLE color: 15544392.
HSL color Cylindrical-coordinate representation of color #4830ED: hue angle of 247.62º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4830ED is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 48 | 237 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.07 |
| HSL | 247.62º | 0.84% | 0.56% | - |
| HSV(B) | 247.62º | 0.8% | 0.93% | - |
| XYZ | 19.02 | 9.61 | 80.97 | - |
| YUV | 76.72 | 218.45 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 237 | 0.70 | 0.80 | 0 | 0.07 | 247.62 | 0.84 | 0.56 |
| Hex | 48 | 30 | ED | 46 | 50 | 0 | 7 | F8 | 54 | 38 |
| Octal | 110 | 60 | 355 | 106 | 120 | 0 | 7 | 370 | 124 | 70 |
| Binary | 1001000 | 110000 | 11101101 | 1000110 | 1010000 | 0 | 111 | 11111000 | 1010100 | 111000 |
Color Harmonies of #4830ED
Complementary color
Monochromatic Colors of #4830ED
Black with #4830ED
Text Example
Text Example
White with #4830ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4830ED; }
p { color: rgb(72,48,237); }
H1.HeaderClassName
{
color: #4830ED;
}
.AnyTagClassName
{
color: #4830ED;
}
</style>
background-color css
<style>
a { background-color: #4830ED; }
a { background-color: rgb(72,48,237); }
div.DivClassName
{
background-color: #4830ED;
}
.BgClassName
{
background-color: #4830ED;
}
</style>
border-color css
<style>
span { border-color: #4830ED; }
span { border-color: rgb(72,48,237); }
td.TdClassName
{
border-color: #4830ED;
}
.TagClassName
{
border-color: #4830ED;
}
</style>