Shades of Han Purple #482AFB
Tints of Han Purple #482AFB
RGB
CMYK
RGB Variations
Color information
#482AFB (or 0x482AFB) is known color: Han Purple. HEX triplet: 48, 2A and FB. RGB value is (72,42,251). Sum of RGB (Red+Green+Blue) = 72+42+251=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #482AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482AFB is #B7D504. Grayscale: #494949. Windows color (decimal): -12047621 or 16460360. OLE color: 16460360.
HSL color Cylindrical-coordinate representation of color #482AFB: hue angle of 248.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #482AFB is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 42 | 251 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.02 |
| HSL | 248.61º | 0.96% | 0.57% | - |
| HSV(B) | 248.61º | 0.83% | 0.98% | - |
| XYZ | 20.91 | 10 | 92.09 | - |
| YUV | 74.8 | 227.44 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 251 | 0.71 | 0.83 | 0 | 0.02 | 248.61 | 0.96 | 0.57 |
| Hex | 48 | 2A | FB | 47 | 53 | 0 | 2 | F9 | 60 | 39 |
| Octal | 110 | 52 | 373 | 107 | 123 | 0 | 2 | 371 | 140 | 71 |
| Binary | 1001000 | 101010 | 11111011 | 1000111 | 1010011 | 0 | 10 | 11111001 | 1100000 | 111001 |
Color Harmonies of #482AFB
Complementary color
Monochromatic Colors of #482AFB
Black with #482AFB
Text Example
Text Example
White with #482AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AFB; }
p { color: rgb(72,42,251); }
H1.HeaderClassName
{
color: #482AFB;
}
.AnyTagClassName
{
color: #482AFB;
}
</style>
background-color css
<style>
a { background-color: #482AFB; }
a { background-color: rgb(72,42,251); }
div.DivClassName
{
background-color: #482AFB;
}
.BgClassName
{
background-color: #482AFB;
}
</style>
border-color css
<style>
span { border-color: #482AFB; }
span { border-color: rgb(72,42,251); }
td.TdClassName
{
border-color: #482AFB;
}
.TagClassName
{
border-color: #482AFB;
}
</style>