Shades of Han Purple #461EDB
Tints of Han Purple #461EDB
RGB
CMYK
RGB Variations
Color information
#461EDB (or 0x461EDB) is known color: Han Purple. HEX triplet: 46, 1E and DB. RGB value is (70,30,219). Sum of RGB (Red+Green+Blue) = 70+30+219=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #461EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EDB is #B9E124. Grayscale: #3E3E3E. Windows color (decimal): -12181797 or 14360134. OLE color: 14360134.
HSL color Cylindrical-coordinate representation of color #461EDB: hue angle of 252.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461EDB is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 30 | 219 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.14 |
| HSL | 252.7º | 0.76% | 0.49% | - |
| HSV(B) | 252.7º | 0.86% | 0.86% | - |
| XYZ | 15.78 | 7.35 | 67.6 | - |
| YUV | 63.51 | 215.75 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 219 | 0.68 | 0.86 | 0 | 0.14 | 252.7 | 0.76 | 0.49 |
| Hex | 46 | 1E | DB | 44 | 56 | 0 | E | FD | 4C | 31 |
| Octal | 106 | 36 | 333 | 104 | 126 | 0 | 16 | 375 | 114 | 61 |
| Binary | 1000110 | 11110 | 11011011 | 1000100 | 1010110 | 0 | 1110 | 11111101 | 1001100 | 110001 |
Color Harmonies of #461EDB
Complementary color
Monochromatic Colors of #461EDB
Black with #461EDB
Text Example
Text Example
White with #461EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EDB; }
p { color: rgb(70,30,219); }
H1.HeaderClassName
{
color: #461EDB;
}
.AnyTagClassName
{
color: #461EDB;
}
</style>
background-color css
<style>
a { background-color: #461EDB; }
a { background-color: rgb(70,30,219); }
div.DivClassName
{
background-color: #461EDB;
}
.BgClassName
{
background-color: #461EDB;
}
</style>
border-color css
<style>
span { border-color: #461EDB; }
span { border-color: rgb(70,30,219); }
td.TdClassName
{
border-color: #461EDB;
}
.TagClassName
{
border-color: #461EDB;
}
</style>