Shades of Han Purple #491AF2
Tints of Han Purple #491AF2
RGB
CMYK
RGB Variations
Color information
#491AF2 (or 0x491AF2) is known color: Han Purple. HEX triplet: 49, 1A and F2. RGB value is (73,26,242). Sum of RGB (Red+Green+Blue) = 73+26+242=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #491AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AF2 is #B6E50D. Grayscale: #3F3F3F. Windows color (decimal): -11986190 or 15866441. OLE color: 15866441.
HSL color Cylindrical-coordinate representation of color #491AF2: hue angle of 253.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AF2 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 26 | 242 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.05 |
| HSL | 253.06º | 0.89% | 0.53% | - |
| HSV(B) | 253.06º | 0.89% | 0.95% | - |
| XYZ | 19.14 | 8.57 | 84.65 | - |
| YUV | 64.68 | 228.07 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 242 | 0.70 | 0.89 | 0 | 0.05 | 253.06 | 0.89 | 0.53 |
| Hex | 49 | 1A | F2 | 46 | 59 | 0 | 5 | FD | 59 | 35 |
| Octal | 111 | 32 | 362 | 106 | 131 | 0 | 5 | 375 | 131 | 65 |
| Binary | 1001001 | 11010 | 11110010 | 1000110 | 1011001 | 0 | 101 | 11111101 | 1011001 | 110101 |
Color Harmonies of #491AF2
Complementary color
Monochromatic Colors of #491AF2
Black with #491AF2
Text Example
Text Example
White with #491AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AF2; }
p { color: rgb(73,26,242); }
H1.HeaderClassName
{
color: #491AF2;
}
.AnyTagClassName
{
color: #491AF2;
}
</style>
background-color css
<style>
a { background-color: #491AF2; }
a { background-color: rgb(73,26,242); }
div.DivClassName
{
background-color: #491AF2;
}
.BgClassName
{
background-color: #491AF2;
}
</style>
border-color css
<style>
span { border-color: #491AF2; }
span { border-color: rgb(73,26,242); }
td.TdClassName
{
border-color: #491AF2;
}
.TagClassName
{
border-color: #491AF2;
}
</style>