Shades of Han Purple #481AFB
Tints of Han Purple #481AFB
RGB
CMYK
RGB Variations
Color information
#481AFB (or 0x481AFB) is known color: Han Purple. HEX triplet: 48, 1A and FB. RGB value is (72,26,251). Sum of RGB (Red+Green+Blue) = 72+26+251=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #481AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AFB is #B7E504. Grayscale: #404040. Windows color (decimal): -12051717 or 16456264. OLE color: 16456264.
HSL color Cylindrical-coordinate representation of color #481AFB: hue angle of 252.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481AFB is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 26 | 251 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.02 |
| HSL | 252.27º | 0.97% | 0.54% | - |
| HSV(B) | 252.27º | 0.9% | 0.98% | - |
| XYZ | 20.45 | 9.08 | 91.94 | - |
| YUV | 65.4 | 232.74 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 251 | 0.71 | 0.90 | 0 | 0.02 | 252.27 | 0.97 | 0.54 |
| Hex | 48 | 1A | FB | 47 | 5A | 0 | 2 | FC | 61 | 36 |
| Octal | 110 | 32 | 373 | 107 | 132 | 0 | 2 | 374 | 141 | 66 |
| Binary | 1001000 | 11010 | 11111011 | 1000111 | 1011010 | 0 | 10 | 11111100 | 1100001 | 110110 |
Color Harmonies of #481AFB
Complementary color
Monochromatic Colors of #481AFB
Black with #481AFB
Text Example
Text Example
White with #481AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AFB; }
p { color: rgb(72,26,251); }
H1.HeaderClassName
{
color: #481AFB;
}
.AnyTagClassName
{
color: #481AFB;
}
</style>
background-color css
<style>
a { background-color: #481AFB; }
a { background-color: rgb(72,26,251); }
div.DivClassName
{
background-color: #481AFB;
}
.BgClassName
{
background-color: #481AFB;
}
</style>
border-color css
<style>
span { border-color: #481AFB; }
span { border-color: rgb(72,26,251); }
td.TdClassName
{
border-color: #481AFB;
}
.TagClassName
{
border-color: #481AFB;
}
</style>