Shades of Han Purple #461FDB
Tints of Han Purple #461FDB
RGB
CMYK
RGB Variations
Color information
#461FDB (or 0x461FDB) is known color: Han Purple. HEX triplet: 46, 1F and DB. RGB value is (70,31,219). Sum of RGB (Red+Green+Blue) = 70+31+219=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #461FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FDB is #B9E024. Grayscale: #3F3F3F. Windows color (decimal): -12181541 or 14360390. OLE color: 14360390.
HSL color Cylindrical-coordinate representation of color #461FDB: hue angle of 252.45º degrees, saturation: 0.75, 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 #461FDB is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 31 | 219 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.14 |
| HSL | 252.45º | 0.75% | 0.49% | - |
| HSV(B) | 252.45º | 0.86% | 0.86% | - |
| XYZ | 15.8 | 7.4 | 67.61 | - |
| YUV | 64.09 | 215.42 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 219 | 0.68 | 0.86 | 0 | 0.14 | 252.45 | 0.75 | 0.49 |
| Hex | 46 | 1F | DB | 44 | 56 | 0 | E | FC | 4B | 31 |
| Octal | 106 | 37 | 333 | 104 | 126 | 0 | 16 | 374 | 113 | 61 |
| Binary | 1000110 | 11111 | 11011011 | 1000100 | 1010110 | 0 | 1110 | 11111100 | 1001011 | 110001 |
Color Harmonies of #461FDB
Complementary color
Monochromatic Colors of #461FDB
Black with #461FDB
Text Example
Text Example
White with #461FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FDB; }
p { color: rgb(70,31,219); }
H1.HeaderClassName
{
color: #461FDB;
}
.AnyTagClassName
{
color: #461FDB;
}
</style>
background-color css
<style>
a { background-color: #461FDB; }
a { background-color: rgb(70,31,219); }
div.DivClassName
{
background-color: #461FDB;
}
.BgClassName
{
background-color: #461FDB;
}
</style>
border-color css
<style>
span { border-color: #461FDB; }
span { border-color: rgb(70,31,219); }
td.TdClassName
{
border-color: #461FDB;
}
.TagClassName
{
border-color: #461FDB;
}
</style>