Shades of Han Purple #481CFC
Tints of Han Purple #481CFC
RGB
CMYK
RGB Variations
Color information
#481CFC (or 0x481CFC) is known color: Han Purple. HEX triplet: 48, 1C and FC. RGB value is (72,28,252). Sum of RGB (Red+Green+Blue) = 72+28+252=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #481CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CFC is #B7E303. Grayscale: #414141. Windows color (decimal): -12051204 or 16522312. OLE color: 16522312.
HSL color Cylindrical-coordinate representation of color #481CFC: hue angle of 251.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481CFC is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 28 | 252 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.01 |
| HSL | 251.79º | 0.97% | 0.55% | - |
| HSV(B) | 251.79º | 0.89% | 0.99% | - |
| XYZ | 20.66 | 9.24 | 92.79 | - |
| YUV | 66.69 | 232.58 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 252 | 0.71 | 0.89 | 0 | 0.01 | 251.79 | 0.97 | 0.55 |
| Hex | 48 | 1C | FC | 47 | 59 | 0 | 1 | FC | 61 | 37 |
| Octal | 110 | 34 | 374 | 107 | 131 | 0 | 1 | 374 | 141 | 67 |
| Binary | 1001000 | 11100 | 11111100 | 1000111 | 1011001 | 0 | 1 | 11111100 | 1100001 | 110111 |
Color Harmonies of #481CFC
Complementary color
Monochromatic Colors of #481CFC
Black with #481CFC
Text Example
Text Example
White with #481CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CFC; }
p { color: rgb(72,28,252); }
H1.HeaderClassName
{
color: #481CFC;
}
.AnyTagClassName
{
color: #481CFC;
}
</style>
background-color css
<style>
a { background-color: #481CFC; }
a { background-color: rgb(72,28,252); }
div.DivClassName
{
background-color: #481CFC;
}
.BgClassName
{
background-color: #481CFC;
}
</style>
border-color css
<style>
span { border-color: #481CFC; }
span { border-color: rgb(72,28,252); }
td.TdClassName
{
border-color: #481CFC;
}
.TagClassName
{
border-color: #481CFC;
}
</style>