Shades of Han Purple #482DFC
Tints of Han Purple #482DFC
RGB
CMYK
RGB Variations
Color information
#482DFC (or 0x482DFC) is known color: Han Purple. HEX triplet: 48, 2D and FC. RGB value is (72,45,252). Sum of RGB (Red+Green+Blue) = 72+45+252=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #482DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482DFC is #B7D203. Grayscale: #4B4B4B. Windows color (decimal): -12046852 or 16526664. OLE color: 16526664.
HSL color Cylindrical-coordinate representation of color #482DFC: hue angle of 247.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482DFC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 45 | 252 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.01 |
| HSL | 247.83º | 0.97% | 0.58% | - |
| HSV(B) | 247.83º | 0.82% | 0.99% | - |
| XYZ | 21.18 | 10.28 | 92.96 | - |
| YUV | 76.67 | 226.95 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 252 | 0.71 | 0.82 | 0 | 0.01 | 247.83 | 0.97 | 0.58 |
| Hex | 48 | 2D | FC | 47 | 52 | 0 | 1 | F8 | 61 | 3A |
| Octal | 110 | 55 | 374 | 107 | 122 | 0 | 1 | 370 | 141 | 72 |
| Binary | 1001000 | 101101 | 11111100 | 1000111 | 1010010 | 0 | 1 | 11111000 | 1100001 | 111010 |
Color Harmonies of #482DFC
Complementary color
Monochromatic Colors of #482DFC
Black with #482DFC
Text Example
Text Example
White with #482DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DFC; }
p { color: rgb(72,45,252); }
H1.HeaderClassName
{
color: #482DFC;
}
.AnyTagClassName
{
color: #482DFC;
}
</style>
background-color css
<style>
a { background-color: #482DFC; }
a { background-color: rgb(72,45,252); }
div.DivClassName
{
background-color: #482DFC;
}
.BgClassName
{
background-color: #482DFC;
}
</style>
border-color css
<style>
span { border-color: #482DFC; }
span { border-color: rgb(72,45,252); }
td.TdClassName
{
border-color: #482DFC;
}
.TagClassName
{
border-color: #482DFC;
}
</style>