Shades of Han Purple #482EFB
Tints of Han Purple #482EFB
RGB
CMYK
RGB Variations
Color information
#482EFB (or 0x482EFB) is known color: Han Purple. HEX triplet: 48, 2E and FB. RGB value is (72,46,251). Sum of RGB (Red+Green+Blue) = 72+46+251=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #482EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482EFB is #B7D104. Grayscale: #4C4C4C. Windows color (decimal): -12046597 or 16461384. OLE color: 16461384.
HSL color Cylindrical-coordinate representation of color #482EFB: hue angle of 247.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482EFB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 46 | 251 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.02 |
| HSL | 247.61º | 0.96% | 0.58% | - |
| HSV(B) | 247.61º | 0.82% | 0.98% | - |
| XYZ | 21.06 | 10.3 | 92.14 | - |
| YUV | 77.14 | 226.11 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 251 | 0.71 | 0.82 | 0 | 0.02 | 247.61 | 0.96 | 0.58 |
| Hex | 48 | 2E | FB | 47 | 52 | 0 | 2 | F8 | 60 | 3A |
| Octal | 110 | 56 | 373 | 107 | 122 | 0 | 2 | 370 | 140 | 72 |
| Binary | 1001000 | 101110 | 11111011 | 1000111 | 1010010 | 0 | 10 | 11111000 | 1100000 | 111010 |
Color Harmonies of #482EFB
Complementary color
Monochromatic Colors of #482EFB
Black with #482EFB
Text Example
Text Example
White with #482EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EFB; }
p { color: rgb(72,46,251); }
H1.HeaderClassName
{
color: #482EFB;
}
.AnyTagClassName
{
color: #482EFB;
}
</style>
background-color css
<style>
a { background-color: #482EFB; }
a { background-color: rgb(72,46,251); }
div.DivClassName
{
background-color: #482EFB;
}
.BgClassName
{
background-color: #482EFB;
}
</style>
border-color css
<style>
span { border-color: #482EFB; }
span { border-color: rgb(72,46,251); }
td.TdClassName
{
border-color: #482EFB;
}
.TagClassName
{
border-color: #482EFB;
}
</style>