Shades of Han Purple #482BEE
Tints of Han Purple #482BEE
RGB
CMYK
RGB Variations
Color information
#482BEE (or 0x482BEE) is known color: Han Purple. HEX triplet: 48, 2B and EE. RGB value is (72,43,238). Sum of RGB (Red+Green+Blue) = 72+43+238=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #482BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482BEE is #B7D411. Grayscale: #494949. Windows color (decimal): -12047378 or 15608648. OLE color: 15608648.
HSL color Cylindrical-coordinate representation of color #482BEE: hue angle of 248.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482BEE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 43 | 238 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.07 |
| HSL | 248.92º | 0.85% | 0.55% | - |
| HSV(B) | 248.92º | 0.82% | 0.93% | - |
| XYZ | 18.97 | 9.28 | 81.68 | - |
| YUV | 73.9 | 220.61 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 238 | 0.70 | 0.82 | 0 | 0.07 | 248.92 | 0.85 | 0.55 |
| Hex | 48 | 2B | EE | 46 | 52 | 0 | 7 | F9 | 55 | 37 |
| Octal | 110 | 53 | 356 | 106 | 122 | 0 | 7 | 371 | 125 | 67 |
| Binary | 1001000 | 101011 | 11101110 | 1000110 | 1010010 | 0 | 111 | 11111001 | 1010101 | 110111 |
Color Harmonies of #482BEE
Complementary color
Monochromatic Colors of #482BEE
Black with #482BEE
Text Example
Text Example
White with #482BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482BEE; }
p { color: rgb(72,43,238); }
H1.HeaderClassName
{
color: #482BEE;
}
.AnyTagClassName
{
color: #482BEE;
}
</style>
background-color css
<style>
a { background-color: #482BEE; }
a { background-color: rgb(72,43,238); }
div.DivClassName
{
background-color: #482BEE;
}
.BgClassName
{
background-color: #482BEE;
}
</style>
border-color css
<style>
span { border-color: #482BEE; }
span { border-color: rgb(72,43,238); }
td.TdClassName
{
border-color: #482BEE;
}
.TagClassName
{
border-color: #482BEE;
}
</style>