Shades of Han Purple #491BDC
Tints of Han Purple #491BDC
RGB
CMYK
RGB Variations
Color information
#491BDC (or 0x491BDC) is known color: Han Purple. HEX triplet: 49, 1B and DC. RGB value is (73,27,220). Sum of RGB (Red+Green+Blue) = 73+27+220=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #491BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BDC is #B6E423. Grayscale: #3E3E3E. Windows color (decimal): -11985956 or 14424905. OLE color: 14424905.
HSL color Cylindrical-coordinate representation of color #491BDC: hue angle of 254.3º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491BDC is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 27 | 220 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.14 |
| HSL | 254.3º | 0.78% | 0.48% | - |
| HSV(B) | 254.3º | 0.88% | 0.86% | - |
| XYZ | 16.06 | 7.37 | 68.29 | - |
| YUV | 62.76 | 216.74 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 220 | 0.67 | 0.88 | 0 | 0.14 | 254.3 | 0.78 | 0.48 |
| Hex | 49 | 1B | DC | 43 | 58 | 0 | E | FE | 4E | 30 |
| Octal | 111 | 33 | 334 | 103 | 130 | 0 | 16 | 376 | 116 | 60 |
| Binary | 1001001 | 11011 | 11011100 | 1000011 | 1011000 | 0 | 1110 | 11111110 | 1001110 | 110000 |
Color Harmonies of #491BDC
Complementary color
Monochromatic Colors of #491BDC
Black with #491BDC
Text Example
Text Example
White with #491BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BDC; }
p { color: rgb(73,27,220); }
H1.HeaderClassName
{
color: #491BDC;
}
.AnyTagClassName
{
color: #491BDC;
}
</style>
background-color css
<style>
a { background-color: #491BDC; }
a { background-color: rgb(73,27,220); }
div.DivClassName
{
background-color: #491BDC;
}
.BgClassName
{
background-color: #491BDC;
}
</style>
border-color css
<style>
span { border-color: #491BDC; }
span { border-color: rgb(73,27,220); }
td.TdClassName
{
border-color: #491BDC;
}
.TagClassName
{
border-color: #491BDC;
}
</style>