Shades of Han Purple #491EFC
Tints of Han Purple #491EFC
RGB
CMYK
RGB Variations
Color information
#491EFC (or 0x491EFC) is known color: Han Purple. HEX triplet: 49, 1E and FC. RGB value is (73,30,252). Sum of RGB (Red+Green+Blue) = 73+30+252=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #491EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EFC is #B6E103. Grayscale: #434343. Windows color (decimal): -11985156 or 16522825. OLE color: 16522825.
HSL color Cylindrical-coordinate representation of color #491EFC: hue angle of 251.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491EFC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 30 | 252 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.01 |
| HSL | 251.62º | 0.97% | 0.55% | - |
| HSV(B) | 251.62º | 0.88% | 0.99% | - |
| XYZ | 20.78 | 9.37 | 92.81 | - |
| YUV | 68.17 | 231.75 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 252 | 0.71 | 0.88 | 0 | 0.01 | 251.62 | 0.97 | 0.55 |
| Hex | 49 | 1E | FC | 47 | 58 | 0 | 1 | FC | 61 | 37 |
| Octal | 111 | 36 | 374 | 107 | 130 | 0 | 1 | 374 | 141 | 67 |
| Binary | 1001001 | 11110 | 11111100 | 1000111 | 1011000 | 0 | 1 | 11111100 | 1100001 | 110111 |
Color Harmonies of #491EFC
Complementary color
Monochromatic Colors of #491EFC
Black with #491EFC
Text Example
Text Example
White with #491EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EFC; }
p { color: rgb(73,30,252); }
H1.HeaderClassName
{
color: #491EFC;
}
.AnyTagClassName
{
color: #491EFC;
}
</style>
background-color css
<style>
a { background-color: #491EFC; }
a { background-color: rgb(73,30,252); }
div.DivClassName
{
background-color: #491EFC;
}
.BgClassName
{
background-color: #491EFC;
}
</style>
border-color css
<style>
span { border-color: #491EFC; }
span { border-color: rgb(73,30,252); }
td.TdClassName
{
border-color: #491EFC;
}
.TagClassName
{
border-color: #491EFC;
}
</style>