Shades of Han Purple #492BFD
Tints of Han Purple #492BFD
RGB
CMYK
RGB Variations
Color information
#492BFD (or 0x492BFD) is known color: Han Purple. HEX triplet: 49, 2B and FD. RGB value is (73,43,253). Sum of RGB (Red+Green+Blue) = 73+43+253=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #492BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BFD is #B6D402. Grayscale: #4B4B4B. Windows color (decimal): -11981827 or 16591689. OLE color: 16591689.
HSL color Cylindrical-coordinate representation of color #492BFD: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #492BFD is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 43 | 253 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.01 |
| HSL | 248.57º | 0.98% | 0.58% | - |
| HSV(B) | 248.57º | 0.83% | 0.99% | - |
| XYZ | 21.34 | 10.24 | 93.78 | - |
| YUV | 75.91 | 227.94 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 253 | 0.71 | 0.83 | 0 | 0.01 | 248.57 | 0.98 | 0.58 |
| Hex | 49 | 2B | FD | 47 | 53 | 0 | 1 | F9 | 62 | 3A |
| Octal | 111 | 53 | 375 | 107 | 123 | 0 | 1 | 371 | 142 | 72 |
| Binary | 1001001 | 101011 | 11111101 | 1000111 | 1010011 | 0 | 1 | 11111001 | 1100010 | 111010 |
Color Harmonies of #492BFD
Complementary color
Monochromatic Colors of #492BFD
Black with #492BFD
Text Example
Text Example
White with #492BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BFD; }
p { color: rgb(73,43,253); }
H1.HeaderClassName
{
color: #492BFD;
}
.AnyTagClassName
{
color: #492BFD;
}
</style>
background-color css
<style>
a { background-color: #492BFD; }
a { background-color: rgb(73,43,253); }
div.DivClassName
{
background-color: #492BFD;
}
.BgClassName
{
background-color: #492BFD;
}
</style>
border-color css
<style>
span { border-color: #492BFD; }
span { border-color: rgb(73,43,253); }
td.TdClassName
{
border-color: #492BFD;
}
.TagClassName
{
border-color: #492BFD;
}
</style>