Shades of Han Purple #481CFD
Tints of Han Purple #481CFD
RGB
CMYK
RGB Variations
Color information
#481CFD (or 0x481CFD) is known color: Han Purple. HEX triplet: 48, 1C and FD. RGB value is (72,28,253). Sum of RGB (Red+Green+Blue) = 72+28+253=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #481CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CFD is #B7E302. Grayscale: #414141. Windows color (decimal): -12051203 or 16587848. OLE color: 16587848.
HSL color Cylindrical-coordinate representation of color #481CFD: hue angle of 251.73º degrees, saturation: 0.98, 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 #481CFD is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 28 | 253 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.01 |
| HSL | 251.73º | 0.98% | 0.55% | - |
| HSV(B) | 251.73º | 0.89% | 0.99% | - |
| XYZ | 20.82 | 9.3 | 93.63 | - |
| YUV | 66.81 | 233.08 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 253 | 0.72 | 0.89 | 0 | 0.01 | 251.73 | 0.98 | 0.55 |
| Hex | 48 | 1C | FD | 48 | 59 | 0 | 1 | FC | 62 | 37 |
| Octal | 110 | 34 | 375 | 110 | 131 | 0 | 1 | 374 | 142 | 67 |
| Binary | 1001000 | 11100 | 11111101 | 1001000 | 1011001 | 0 | 1 | 11111100 | 1100010 | 110111 |
Color Harmonies of #481CFD
Complementary color
Monochromatic Colors of #481CFD
Black with #481CFD
Text Example
Text Example
White with #481CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CFD; }
p { color: rgb(72,28,253); }
H1.HeaderClassName
{
color: #481CFD;
}
.AnyTagClassName
{
color: #481CFD;
}
</style>
background-color css
<style>
a { background-color: #481CFD; }
a { background-color: rgb(72,28,253); }
div.DivClassName
{
background-color: #481CFD;
}
.BgClassName
{
background-color: #481CFD;
}
</style>
border-color css
<style>
span { border-color: #481CFD; }
span { border-color: rgb(72,28,253); }
td.TdClassName
{
border-color: #481CFD;
}
.TagClassName
{
border-color: #481CFD;
}
</style>