Shades of Han Purple #492EFB
Tints of Han Purple #492EFB
RGB
CMYK
RGB Variations
Color information
#492EFB (or 0x492EFB) is known color: Han Purple. HEX triplet: 49, 2E and FB. RGB value is (73,46,251). Sum of RGB (Red+Green+Blue) = 73+46+251=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #492EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492EFB is #B6D104. Grayscale: #4C4C4C. Windows color (decimal): -11981061 or 16461385. OLE color: 16461385.
HSL color Cylindrical-coordinate representation of color #492EFB: hue angle of 247.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492EFB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 46 | 251 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.02 |
| HSL | 247.9º | 0.96% | 0.58% | - |
| HSV(B) | 247.9º | 0.82% | 0.98% | - |
| XYZ | 21.14 | 10.34 | 92.15 | - |
| YUV | 77.44 | 225.95 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 251 | 0.71 | 0.82 | 0 | 0.02 | 247.9 | 0.96 | 0.58 |
| Hex | 49 | 2E | FB | 47 | 52 | 0 | 2 | F8 | 60 | 3A |
| Octal | 111 | 56 | 373 | 107 | 122 | 0 | 2 | 370 | 140 | 72 |
| Binary | 1001001 | 101110 | 11111011 | 1000111 | 1010010 | 0 | 10 | 11111000 | 1100000 | 111010 |
Color Harmonies of #492EFB
Complementary color
Monochromatic Colors of #492EFB
Black with #492EFB
Text Example
Text Example
White with #492EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492EFB; }
p { color: rgb(73,46,251); }
H1.HeaderClassName
{
color: #492EFB;
}
.AnyTagClassName
{
color: #492EFB;
}
</style>
background-color css
<style>
a { background-color: #492EFB; }
a { background-color: rgb(73,46,251); }
div.DivClassName
{
background-color: #492EFB;
}
.BgClassName
{
background-color: #492EFB;
}
</style>
border-color css
<style>
span { border-color: #492EFB; }
span { border-color: rgb(73,46,251); }
td.TdClassName
{
border-color: #492EFB;
}
.TagClassName
{
border-color: #492EFB;
}
</style>