Shades of Han Purple #492CFB
Tints of Han Purple #492CFB
RGB
CMYK
RGB Variations
Color information
#492CFB (or 0x492CFB) is known color: Han Purple. HEX triplet: 49, 2C and FB. RGB value is (73,44,251). Sum of RGB (Red+Green+Blue) = 73+44+251=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #492CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CFB is #B6D304. Grayscale: #4B4B4B. Windows color (decimal): -11981573 or 16460873. OLE color: 16460873.
HSL color Cylindrical-coordinate representation of color #492CFB: hue angle of 248.41º 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 #492CFB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 44 | 251 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.02 |
| HSL | 248.41º | 0.96% | 0.58% | - |
| HSV(B) | 248.41º | 0.82% | 0.98% | - |
| XYZ | 21.06 | 10.18 | 92.12 | - |
| YUV | 76.27 | 226.61 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 251 | 0.71 | 0.82 | 0 | 0.02 | 248.41 | 0.96 | 0.58 |
| Hex | 49 | 2C | FB | 47 | 52 | 0 | 2 | F8 | 60 | 3A |
| Octal | 111 | 54 | 373 | 107 | 122 | 0 | 2 | 370 | 140 | 72 |
| Binary | 1001001 | 101100 | 11111011 | 1000111 | 1010010 | 0 | 10 | 11111000 | 1100000 | 111010 |
Color Harmonies of #492CFB
Complementary color
Monochromatic Colors of #492CFB
Black with #492CFB
Text Example
Text Example
White with #492CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CFB; }
p { color: rgb(73,44,251); }
H1.HeaderClassName
{
color: #492CFB;
}
.AnyTagClassName
{
color: #492CFB;
}
</style>
background-color css
<style>
a { background-color: #492CFB; }
a { background-color: rgb(73,44,251); }
div.DivClassName
{
background-color: #492CFB;
}
.BgClassName
{
background-color: #492CFB;
}
</style>
border-color css
<style>
span { border-color: #492CFB; }
span { border-color: rgb(73,44,251); }
td.TdClassName
{
border-color: #492CFB;
}
.TagClassName
{
border-color: #492CFB;
}
</style>