Shades of Han Purple #491FFC
Tints of Han Purple #491FFC
RGB
CMYK
RGB Variations
Color information
#491FFC (or 0x491FFC) is known color: Han Purple. HEX triplet: 49, 1F and FC. RGB value is (73,31,252). Sum of RGB (Red+Green+Blue) = 73+31+252=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #491FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FFC is #B6E003. Grayscale: #434343. Windows color (decimal): -11984900 or 16523081. OLE color: 16523081.
HSL color Cylindrical-coordinate representation of color #491FFC: hue angle of 251.4º 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 #491FFC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 31 | 252 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.01 |
| HSL | 251.4º | 0.97% | 0.55% | - |
| HSV(B) | 251.4º | 0.88% | 0.99% | - |
| XYZ | 20.81 | 9.42 | 92.82 | - |
| YUV | 68.75 | 231.41 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 252 | 0.71 | 0.88 | 0 | 0.01 | 251.4 | 0.97 | 0.55 |
| Hex | 49 | 1F | FC | 47 | 58 | 0 | 1 | FB | 61 | 37 |
| Octal | 111 | 37 | 374 | 107 | 130 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1001001 | 11111 | 11111100 | 1000111 | 1011000 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #491FFC
Complementary color
Monochromatic Colors of #491FFC
Black with #491FFC
Text Example
Text Example
White with #491FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FFC; }
p { color: rgb(73,31,252); }
H1.HeaderClassName
{
color: #491FFC;
}
.AnyTagClassName
{
color: #491FFC;
}
</style>
background-color css
<style>
a { background-color: #491FFC; }
a { background-color: rgb(73,31,252); }
div.DivClassName
{
background-color: #491FFC;
}
.BgClassName
{
background-color: #491FFC;
}
</style>
border-color css
<style>
span { border-color: #491FFC; }
span { border-color: rgb(73,31,252); }
td.TdClassName
{
border-color: #491FFC;
}
.TagClassName
{
border-color: #491FFC;
}
</style>