Shades of Han Purple #482FFF
Tints of Han Purple #482FFF
RGB
CMYK
RGB Variations
Color information
#482FFF (or 0x482FFF) is known color: Han Purple. HEX triplet: 48, 2F and FF. RGB value is (72,47,255). Sum of RGB (Red+Green+Blue) = 72+47+255=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #482FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482FFF is #B7D000. Grayscale: #4D4D4D. Windows color (decimal): -12046337 or 16723784. OLE color: 16723784.
HSL color Cylindrical-coordinate representation of color #482FFF: hue angle of 247.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482FFF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 47 | 255 | - |
| CMYK | 0.72 | 0.82 | 0 | 0 |
| HSL | 247.21º | 1% | 0.59% | - |
| HSV(B) | 247.21º | 0.82% | 1% | - |
| XYZ | 21.74 | 10.63 | 95.51 | - |
| YUV | 78.19 | 227.78 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 255 | 0.72 | 0.82 | 0 | 0 | 247.21 | 1 | 0.59 |
| Hex | 48 | 2F | FF | 48 | 52 | 0 | 0 | F7 | 64 | 3B |
| Octal | 110 | 57 | 377 | 110 | 122 | 0 | 0 | 367 | 144 | 73 |
| Binary | 1001000 | 101111 | 11111111 | 1001000 | 1010010 | 0 | 0 | 11110111 | 1100100 | 111011 |
Color Harmonies of #482FFF
Complementary color
Monochromatic Colors of #482FFF
Black with #482FFF
Text Example
Text Example
White with #482FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FFF; }
p { color: rgb(72,47,255); }
H1.HeaderClassName
{
color: #482FFF;
}
.AnyTagClassName
{
color: #482FFF;
}
</style>
background-color css
<style>
a { background-color: #482FFF; }
a { background-color: rgb(72,47,255); }
div.DivClassName
{
background-color: #482FFF;
}
.BgClassName
{
background-color: #482FFF;
}
</style>
border-color css
<style>
span { border-color: #482FFF; }
span { border-color: rgb(72,47,255); }
td.TdClassName
{
border-color: #482FFF;
}
.TagClassName
{
border-color: #482FFF;
}
</style>