Shades of Han Purple #481FFA
Tints of Han Purple #481FFA
RGB
CMYK
RGB Variations
Color information
#481FFA (or 0x481FFA) is known color: Han Purple. HEX triplet: 48, 1F and FA. RGB value is (72,31,250). Sum of RGB (Red+Green+Blue) = 72+31+250=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #481FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FFA is #B7E005. Grayscale: #434343. Windows color (decimal): -12050438 or 16392008. OLE color: 16392008.
HSL color Cylindrical-coordinate representation of color #481FFA: hue angle of 251.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481FFA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 31 | 250 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.02 |
| HSL | 251.23º | 0.96% | 0.55% | - |
| HSV(B) | 251.23º | 0.88% | 0.98% | - |
| XYZ | 20.42 | 9.26 | 91.15 | - |
| YUV | 68.23 | 230.58 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 250 | 0.71 | 0.88 | 0 | 0.02 | 251.23 | 0.96 | 0.55 |
| Hex | 48 | 1F | FA | 47 | 58 | 0 | 2 | FB | 60 | 37 |
| Octal | 110 | 37 | 372 | 107 | 130 | 0 | 2 | 373 | 140 | 67 |
| Binary | 1001000 | 11111 | 11111010 | 1000111 | 1011000 | 0 | 10 | 11111011 | 1100000 | 110111 |
Color Harmonies of #481FFA
Complementary color
Monochromatic Colors of #481FFA
Black with #481FFA
Text Example
Text Example
White with #481FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FFA; }
p { color: rgb(72,31,250); }
H1.HeaderClassName
{
color: #481FFA;
}
.AnyTagClassName
{
color: #481FFA;
}
</style>
background-color css
<style>
a { background-color: #481FFA; }
a { background-color: rgb(72,31,250); }
div.DivClassName
{
background-color: #481FFA;
}
.BgClassName
{
background-color: #481FFA;
}
</style>
border-color css
<style>
span { border-color: #481FFA; }
span { border-color: rgb(72,31,250); }
td.TdClassName
{
border-color: #481FFA;
}
.TagClassName
{
border-color: #481FFA;
}
</style>