Shades of Han Purple #491CF4
Tints of Han Purple #491CF4
RGB
CMYK
RGB Variations
Color information
#491CF4 (or 0x491CF4) is known color: Han Purple. HEX triplet: 49, 1C and F4. RGB value is (73,28,244). Sum of RGB (Red+Green+Blue) = 73+28+244=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 244 (95.70% from 255 or 70.72% from 345); Max value from RGB is 244 - color contains mainly: blue. Hex color #491CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CF4 is #B6E30B. Grayscale: #414141. Windows color (decimal): -11985676 or 15998025. OLE color: 15998025.
HSL color Cylindrical-coordinate representation of color #491CF4: hue angle of 252.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491CF4 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 28 | 244 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.04 |
| HSL | 252.5º | 0.91% | 0.53% | - |
| HSV(B) | 252.5º | 0.89% | 0.96% | - |
| XYZ | 19.49 | 8.78 | 86.26 | - |
| YUV | 66.08 | 228.41 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 244 | 0.70 | 0.89 | 0 | 0.04 | 252.5 | 0.91 | 0.53 |
| Hex | 49 | 1C | F4 | 46 | 59 | 0 | 4 | FD | 5B | 35 |
| Octal | 111 | 34 | 364 | 106 | 131 | 0 | 4 | 375 | 133 | 65 |
| Binary | 1001001 | 11100 | 11110100 | 1000110 | 1011001 | 0 | 100 | 11111101 | 1011011 | 110101 |
Color Harmonies of #491CF4
Complementary color
Monochromatic Colors of #491CF4
Black with #491CF4
Text Example
Text Example
White with #491CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CF4; }
p { color: rgb(73,28,244); }
H1.HeaderClassName
{
color: #491CF4;
}
.AnyTagClassName
{
color: #491CF4;
}
</style>
background-color css
<style>
a { background-color: #491CF4; }
a { background-color: rgb(73,28,244); }
div.DivClassName
{
background-color: #491CF4;
}
.BgClassName
{
background-color: #491CF4;
}
</style>
border-color css
<style>
span { border-color: #491CF4; }
span { border-color: rgb(73,28,244); }
td.TdClassName
{
border-color: #491CF4;
}
.TagClassName
{
border-color: #491CF4;
}
</style>