Shades of Han Purple #481EDF
Tints of Han Purple #481EDF
RGB
CMYK
RGB Variations
Color information
#481EDF (or 0x481EDF) is known color: Han Purple. HEX triplet: 48, 1E and DF. RGB value is (72,30,223). Sum of RGB (Red+Green+Blue) = 72+30+223=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #481EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EDF is #B7E120. Grayscale: #3F3F3F. Windows color (decimal): -12050721 or 14622280. OLE color: 14622280.
HSL color Cylindrical-coordinate representation of color #481EDF: hue angle of 253.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481EDF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 30 | 223 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.13 |
| HSL | 253.06º | 0.76% | 0.5% | - |
| HSV(B) | 253.06º | 0.87% | 0.87% | - |
| XYZ | 16.46 | 7.63 | 70.42 | - |
| YUV | 64.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 223 | 0.68 | 0.87 | 0 | 0.13 | 253.06 | 0.76 | 0.5 |
| Hex | 48 | 1E | DF | 44 | 57 | 0 | D | FD | 4C | 32 |
| Octal | 110 | 36 | 337 | 104 | 127 | 0 | 15 | 375 | 114 | 62 |
| Binary | 1001000 | 11110 | 11011111 | 1000100 | 1010111 | 0 | 1101 | 11111101 | 1001100 | 110010 |
Color Harmonies of #481EDF
Complementary color
Monochromatic Colors of #481EDF
Black with #481EDF
Text Example
Text Example
White with #481EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EDF; }
p { color: rgb(72,30,223); }
H1.HeaderClassName
{
color: #481EDF;
}
.AnyTagClassName
{
color: #481EDF;
}
</style>
background-color css
<style>
a { background-color: #481EDF; }
a { background-color: rgb(72,30,223); }
div.DivClassName
{
background-color: #481EDF;
}
.BgClassName
{
background-color: #481EDF;
}
</style>
border-color css
<style>
span { border-color: #481EDF; }
span { border-color: rgb(72,30,223); }
td.TdClassName
{
border-color: #481EDF;
}
.TagClassName
{
border-color: #481EDF;
}
</style>