Shades of Han Purple #492FFB
Tints of Han Purple #492FFB
RGB
CMYK
RGB Variations
Color information
#492FFB (or 0x492FFB) is known color: Han Purple. HEX triplet: 49, 2F and FB. RGB value is (73,47,251). Sum of RGB (Red+Green+Blue) = 73+47+251=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #492FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492FFB is #B6D004. Grayscale: #4D4D4D. Windows color (decimal): -11980805 or 16461641. OLE color: 16461641.
HSL color Cylindrical-coordinate representation of color #492FFB: hue angle of 247.65º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492FFB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 47 | 251 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.02 |
| HSL | 247.65º | 0.96% | 0.58% | - |
| HSV(B) | 247.65º | 0.81% | 0.98% | - |
| XYZ | 21.18 | 10.41 | 92.16 | - |
| YUV | 78.03 | 225.61 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 251 | 0.71 | 0.81 | 0 | 0.02 | 247.65 | 0.96 | 0.58 |
| Hex | 49 | 2F | FB | 47 | 51 | 0 | 2 | F8 | 60 | 3A |
| Octal | 111 | 57 | 373 | 107 | 121 | 0 | 2 | 370 | 140 | 72 |
| Binary | 1001001 | 101111 | 11111011 | 1000111 | 1010001 | 0 | 10 | 11111000 | 1100000 | 111010 |
Color Harmonies of #492FFB
Complementary color
Monochromatic Colors of #492FFB
Black with #492FFB
Text Example
Text Example
White with #492FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FFB; }
p { color: rgb(73,47,251); }
H1.HeaderClassName
{
color: #492FFB;
}
.AnyTagClassName
{
color: #492FFB;
}
</style>
background-color css
<style>
a { background-color: #492FFB; }
a { background-color: rgb(73,47,251); }
div.DivClassName
{
background-color: #492FFB;
}
.BgClassName
{
background-color: #492FFB;
}
</style>
border-color css
<style>
span { border-color: #492FFB; }
span { border-color: rgb(73,47,251); }
td.TdClassName
{
border-color: #492FFB;
}
.TagClassName
{
border-color: #492FFB;
}
</style>