Shades of Han Purple #482FEB
Tints of Han Purple #482FEB
RGB
CMYK
RGB Variations
Color information
#482FEB (or 0x482FEB) is known color: Han Purple. HEX triplet: 48, 2F and EB. RGB value is (72,47,235). Sum of RGB (Red+Green+Blue) = 72+47+235=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #482FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482FEB is #B7D014. Grayscale: #4B4B4B. Windows color (decimal): -12046357 or 15413064. OLE color: 15413064.
HSL color Cylindrical-coordinate representation of color #482FEB: hue angle of 247.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482FEB is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 47 | 235 | - |
| CMYK | 0.69 | 0.8 | 0 | 0.08 |
| HSL | 247.98º | 0.82% | 0.55% | - |
| HSV(B) | 247.98º | 0.8% | 0.92% | - |
| XYZ | 18.68 | 9.41 | 79.43 | - |
| YUV | 75.91 | 217.78 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 235 | 0.69 | 0.8 | 0 | 0.08 | 247.98 | 0.82 | 0.55 |
| Hex | 48 | 2F | EB | 45 | 50 | 0 | 8 | F8 | 52 | 37 |
| Octal | 110 | 57 | 353 | 105 | 120 | 0 | 10 | 370 | 122 | 67 |
| Binary | 1001000 | 101111 | 11101011 | 1000101 | 1010000 | 0 | 1000 | 11111000 | 1010010 | 110111 |
Color Harmonies of #482FEB
Complementary color
Monochromatic Colors of #482FEB
Black with #482FEB
Text Example
Text Example
White with #482FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FEB; }
p { color: rgb(72,47,235); }
H1.HeaderClassName
{
color: #482FEB;
}
.AnyTagClassName
{
color: #482FEB;
}
</style>
background-color css
<style>
a { background-color: #482FEB; }
a { background-color: rgb(72,47,235); }
div.DivClassName
{
background-color: #482FEB;
}
.BgClassName
{
background-color: #482FEB;
}
</style>
border-color css
<style>
span { border-color: #482FEB; }
span { border-color: rgb(72,47,235); }
td.TdClassName
{
border-color: #482FEB;
}
.TagClassName
{
border-color: #482FEB;
}
</style>