Shades of Han Purple #491BDD
Tints of Han Purple #491BDD
RGB
CMYK
RGB Variations
Color information
#491BDD (or 0x491BDD) is known color: Han Purple. HEX triplet: 49, 1B and DD. RGB value is (73,27,221). Sum of RGB (Red+Green+Blue) = 73+27+221=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #491BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BDD is #B6E422. Grayscale: #3E3E3E. Windows color (decimal): -11985955 or 14490441. OLE color: 14490441.
HSL color Cylindrical-coordinate representation of color #491BDD: hue angle of 254.23º 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 #491BDD is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 27 | 221 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.13 |
| HSL | 254.23º | 0.78% | 0.49% | - |
| HSV(B) | 254.23º | 0.88% | 0.87% | - |
| XYZ | 16.19 | 7.42 | 68.99 | - |
| YUV | 62.87 | 217.24 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 221 | 0.67 | 0.88 | 0 | 0.13 | 254.23 | 0.78 | 0.49 |
| Hex | 49 | 1B | DD | 43 | 58 | 0 | D | FE | 4E | 31 |
| Octal | 111 | 33 | 335 | 103 | 130 | 0 | 15 | 376 | 116 | 61 |
| Binary | 1001001 | 11011 | 11011101 | 1000011 | 1011000 | 0 | 1101 | 11111110 | 1001110 | 110001 |
Color Harmonies of #491BDD
Complementary color
Monochromatic Colors of #491BDD
Black with #491BDD
Text Example
Text Example
White with #491BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BDD; }
p { color: rgb(73,27,221); }
H1.HeaderClassName
{
color: #491BDD;
}
.AnyTagClassName
{
color: #491BDD;
}
</style>
background-color css
<style>
a { background-color: #491BDD; }
a { background-color: rgb(73,27,221); }
div.DivClassName
{
background-color: #491BDD;
}
.BgClassName
{
background-color: #491BDD;
}
</style>
border-color css
<style>
span { border-color: #491BDD; }
span { border-color: rgb(73,27,221); }
td.TdClassName
{
border-color: #491BDD;
}
.TagClassName
{
border-color: #491BDD;
}
</style>