Shades of Han Purple #482FFB
Tints of Han Purple #482FFB
RGB
CMYK
RGB Variations
Color information
#482FFB (or 0x482FFB) is known color: Han Purple. HEX triplet: 48, 2F and FB. RGB value is (72,47,251). Sum of RGB (Red+Green+Blue) = 72+47+251=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #482FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482FFB is #B7D004. Grayscale: #4C4C4C. Windows color (decimal): -12046341 or 16461640. OLE color: 16461640.
HSL color Cylindrical-coordinate representation of color #482FFB: hue angle of 247.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482FFB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 47 | 251 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.02 |
| HSL | 247.35º | 0.96% | 0.58% | - |
| HSV(B) | 247.35º | 0.81% | 0.98% | - |
| XYZ | 21.1 | 10.38 | 92.16 | - |
| YUV | 77.73 | 225.78 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 251 | 0.71 | 0.81 | 0 | 0.02 | 247.35 | 0.96 | 0.58 |
| Hex | 48 | 2F | FB | 47 | 51 | 0 | 2 | F7 | 60 | 3A |
| Octal | 110 | 57 | 373 | 107 | 121 | 0 | 2 | 367 | 140 | 72 |
| Binary | 1001000 | 101111 | 11111011 | 1000111 | 1010001 | 0 | 10 | 11110111 | 1100000 | 111010 |
Color Harmonies of #482FFB
Complementary color
Monochromatic Colors of #482FFB
Black with #482FFB
Text Example
Text Example
White with #482FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FFB; }
p { color: rgb(72,47,251); }
H1.HeaderClassName
{
color: #482FFB;
}
.AnyTagClassName
{
color: #482FFB;
}
</style>
background-color css
<style>
a { background-color: #482FFB; }
a { background-color: rgb(72,47,251); }
div.DivClassName
{
background-color: #482FFB;
}
.BgClassName
{
background-color: #482FFB;
}
</style>
border-color css
<style>
span { border-color: #482FFB; }
span { border-color: rgb(72,47,251); }
td.TdClassName
{
border-color: #482FFB;
}
.TagClassName
{
border-color: #482FFB;
}
</style>