Shades of Han Purple #461EDA
Tints of Han Purple #461EDA
RGB
CMYK
RGB Variations
Color information
#461EDA (or 0x461EDA) is known color: Han Purple. HEX triplet: 46, 1E and DA. RGB value is (70,30,218). Sum of RGB (Red+Green+Blue) = 70+30+218=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #461EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EDA is #B9E125. Grayscale: #3E3E3E. Windows color (decimal): -12181798 or 14294598. OLE color: 14294598.
HSL color Cylindrical-coordinate representation of color #461EDA: hue angle of 252.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461EDA is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 30 | 218 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.15 |
| HSL | 252.77º | 0.76% | 0.49% | - |
| HSV(B) | 252.77º | 0.86% | 0.85% | - |
| XYZ | 15.64 | 7.29 | 66.91 | - |
| YUV | 63.39 | 215.25 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 218 | 0.68 | 0.86 | 0 | 0.15 | 252.77 | 0.76 | 0.49 |
| Hex | 46 | 1E | DA | 44 | 56 | 0 | F | FD | 4C | 31 |
| Octal | 106 | 36 | 332 | 104 | 126 | 0 | 17 | 375 | 114 | 61 |
| Binary | 1000110 | 11110 | 11011010 | 1000100 | 1010110 | 0 | 1111 | 11111101 | 1001100 | 110001 |
Color Harmonies of #461EDA
Complementary color
Monochromatic Colors of #461EDA
Black with #461EDA
Text Example
Text Example
White with #461EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EDA; }
p { color: rgb(70,30,218); }
H1.HeaderClassName
{
color: #461EDA;
}
.AnyTagClassName
{
color: #461EDA;
}
</style>
background-color css
<style>
a { background-color: #461EDA; }
a { background-color: rgb(70,30,218); }
div.DivClassName
{
background-color: #461EDA;
}
.BgClassName
{
background-color: #461EDA;
}
</style>
border-color css
<style>
span { border-color: #461EDA; }
span { border-color: rgb(70,30,218); }
td.TdClassName
{
border-color: #461EDA;
}
.TagClassName
{
border-color: #461EDA;
}
</style>