Shades of Han Purple #491ADF
Tints of Han Purple #491ADF
RGB
CMYK
RGB Variations
Color information
#491ADF (or 0x491ADF) is known color: Han Purple. HEX triplet: 49, 1A and DF. RGB value is (73,26,223). Sum of RGB (Red+Green+Blue) = 73+26+223=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #491ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ADF is #B6E520. Grayscale: #3D3D3D. Windows color (decimal): -11986209 or 14621257. OLE color: 14621257.
HSL color Cylindrical-coordinate representation of color #491ADF: hue angle of 254.31º degrees, saturation: 0.79, 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 #491ADF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 26 | 223 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.13 |
| HSL | 254.31º | 0.79% | 0.49% | - |
| HSV(B) | 254.31º | 0.88% | 0.87% | - |
| XYZ | 16.44 | 7.48 | 70.39 | - |
| YUV | 62.51 | 218.57 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 223 | 0.67 | 0.88 | 0 | 0.13 | 254.31 | 0.79 | 0.49 |
| Hex | 49 | 1A | DF | 43 | 58 | 0 | D | FE | 4F | 31 |
| Octal | 111 | 32 | 337 | 103 | 130 | 0 | 15 | 376 | 117 | 61 |
| Binary | 1001001 | 11010 | 11011111 | 1000011 | 1011000 | 0 | 1101 | 11111110 | 1001111 | 110001 |
Color Harmonies of #491ADF
Complementary color
Monochromatic Colors of #491ADF
Black with #491ADF
Text Example
Text Example
White with #491ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491ADF; }
p { color: rgb(73,26,223); }
H1.HeaderClassName
{
color: #491ADF;
}
.AnyTagClassName
{
color: #491ADF;
}
</style>
background-color css
<style>
a { background-color: #491ADF; }
a { background-color: rgb(73,26,223); }
div.DivClassName
{
background-color: #491ADF;
}
.BgClassName
{
background-color: #491ADF;
}
</style>
border-color css
<style>
span { border-color: #491ADF; }
span { border-color: rgb(73,26,223); }
td.TdClassName
{
border-color: #491ADF;
}
.TagClassName
{
border-color: #491ADF;
}
</style>