Shades of Han Purple #491BDF
Tints of Han Purple #491BDF
RGB
CMYK
RGB Variations
Color information
#491BDF (or 0x491BDF) is known color: Han Purple. HEX triplet: 49, 1B and DF. RGB value is (73,27,223). Sum of RGB (Red+Green+Blue) = 73+27+223=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #491BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BDF is #B6E420. Grayscale: #3E3E3E. Windows color (decimal): -11985953 or 14621513. OLE color: 14621513.
HSL color Cylindrical-coordinate representation of color #491BDF: hue angle of 254.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491BDF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 27 | 223 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.13 |
| HSL | 254.08º | 0.78% | 0.49% | - |
| HSV(B) | 254.08º | 0.88% | 0.87% | - |
| XYZ | 16.46 | 7.53 | 70.4 | - |
| YUV | 63.1 | 218.24 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 223 | 0.67 | 0.88 | 0 | 0.13 | 254.08 | 0.78 | 0.49 |
| Hex | 49 | 1B | DF | 43 | 58 | 0 | D | FE | 4E | 31 |
| Octal | 111 | 33 | 337 | 103 | 130 | 0 | 15 | 376 | 116 | 61 |
| Binary | 1001001 | 11011 | 11011111 | 1000011 | 1011000 | 0 | 1101 | 11111110 | 1001110 | 110001 |
Color Harmonies of #491BDF
Complementary color
Monochromatic Colors of #491BDF
Black with #491BDF
Text Example
Text Example
White with #491BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BDF; }
p { color: rgb(73,27,223); }
H1.HeaderClassName
{
color: #491BDF;
}
.AnyTagClassName
{
color: #491BDF;
}
</style>
background-color css
<style>
a { background-color: #491BDF; }
a { background-color: rgb(73,27,223); }
div.DivClassName
{
background-color: #491BDF;
}
.BgClassName
{
background-color: #491BDF;
}
</style>
border-color css
<style>
span { border-color: #491BDF; }
span { border-color: rgb(73,27,223); }
td.TdClassName
{
border-color: #491BDF;
}
.TagClassName
{
border-color: #491BDF;
}
</style>