Shades of Han Purple #481BD8
Tints of Han Purple #481BD8
RGB
CMYK
RGB Variations
Color information
#481BD8 (or 0x481BD8) is known color: Han Purple. HEX triplet: 48, 1B and D8. RGB value is (72,27,216). Sum of RGB (Red+Green+Blue) = 72+27+216=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #481BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BD8 is #B7E427. Grayscale: #3D3D3D. Windows color (decimal): -12051496 or 14162760. OLE color: 14162760.
HSL color Cylindrical-coordinate representation of color #481BD8: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BD8 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 27 | 216 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.15 |
| HSL | 254.29º | 0.78% | 0.48% | - |
| HSV(B) | 254.29º | 0.88% | 0.85% | - |
| XYZ | 15.46 | 7.12 | 65.53 | - |
| YUV | 62 | 214.91 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 216 | 0.67 | 0.88 | 0 | 0.15 | 254.29 | 0.78 | 0.48 |
| Hex | 48 | 1B | D8 | 43 | 58 | 0 | F | FE | 4E | 30 |
| Octal | 110 | 33 | 330 | 103 | 130 | 0 | 17 | 376 | 116 | 60 |
| Binary | 1001000 | 11011 | 11011000 | 1000011 | 1011000 | 0 | 1111 | 11111110 | 1001110 | 110000 |
Color Harmonies of #481BD8
Complementary color
Monochromatic Colors of #481BD8
Black with #481BD8
Text Example
Text Example
White with #481BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BD8; }
p { color: rgb(72,27,216); }
H1.HeaderClassName
{
color: #481BD8;
}
.AnyTagClassName
{
color: #481BD8;
}
</style>
background-color css
<style>
a { background-color: #481BD8; }
a { background-color: rgb(72,27,216); }
div.DivClassName
{
background-color: #481BD8;
}
.BgClassName
{
background-color: #481BD8;
}
</style>
border-color css
<style>
span { border-color: #481BD8; }
span { border-color: rgb(72,27,216); }
td.TdClassName
{
border-color: #481BD8;
}
.TagClassName
{
border-color: #481BD8;
}
</style>