Shades of Han Purple #461ED8
Tints of Han Purple #461ED8
RGB
CMYK
RGB Variations
Color information
#461ED8 (or 0x461ED8) is known color: Han Purple. HEX triplet: 46, 1E and D8. RGB value is (70,30,216). Sum of RGB (Red+Green+Blue) = 70+30+216=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #461ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ED8 is #B9E127. Grayscale: #3E3E3E. Windows color (decimal): -12181800 or 14163526. OLE color: 14163526.
HSL color Cylindrical-coordinate representation of color #461ED8: hue angle of 252.9º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461ED8 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 30 | 216 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.15 |
| HSL | 252.9º | 0.76% | 0.48% | - |
| HSV(B) | 252.9º | 0.86% | 0.85% | - |
| XYZ | 15.38 | 7.19 | 65.54 | - |
| YUV | 63.16 | 214.25 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 216 | 0.68 | 0.86 | 0 | 0.15 | 252.9 | 0.76 | 0.48 |
| Hex | 46 | 1E | D8 | 44 | 56 | 0 | F | FD | 4C | 30 |
| Octal | 106 | 36 | 330 | 104 | 126 | 0 | 17 | 375 | 114 | 60 |
| Binary | 1000110 | 11110 | 11011000 | 1000100 | 1010110 | 0 | 1111 | 11111101 | 1001100 | 110000 |
Color Harmonies of #461ED8
Complementary color
Monochromatic Colors of #461ED8
Black with #461ED8
Text Example
Text Example
White with #461ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461ED8; }
p { color: rgb(70,30,216); }
H1.HeaderClassName
{
color: #461ED8;
}
.AnyTagClassName
{
color: #461ED8;
}
</style>
background-color css
<style>
a { background-color: #461ED8; }
a { background-color: rgb(70,30,216); }
div.DivClassName
{
background-color: #461ED8;
}
.BgClassName
{
background-color: #461ED8;
}
</style>
border-color css
<style>
span { border-color: #461ED8; }
span { border-color: rgb(70,30,216); }
td.TdClassName
{
border-color: #461ED8;
}
.TagClassName
{
border-color: #461ED8;
}
</style>