Shades of Han Purple #461EEB
Tints of Han Purple #461EEB
RGB
CMYK
RGB Variations
Color information
#461EEB (or 0x461EEB) is known color: Han Purple. HEX triplet: 46, 1E and EB. RGB value is (70,30,235). Sum of RGB (Red+Green+Blue) = 70+30+235=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #461EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EEB is #B9E114. Grayscale: #404040. Windows color (decimal): -12181781 or 15408710. OLE color: 15408710.
HSL color Cylindrical-coordinate representation of color #461EEB: hue angle of 251.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461EEB is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 30 | 235 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.08 |
| HSL | 251.71º | 0.84% | 0.52% | - |
| HSV(B) | 251.71º | 0.87% | 0.92% | - |
| XYZ | 17.99 | 8.23 | 79.24 | - |
| YUV | 65.33 | 223.75 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 235 | 0.70 | 0.87 | 0 | 0.08 | 251.71 | 0.84 | 0.52 |
| Hex | 46 | 1E | EB | 46 | 57 | 0 | 8 | FC | 54 | 34 |
| Octal | 106 | 36 | 353 | 106 | 127 | 0 | 10 | 374 | 124 | 64 |
| Binary | 1000110 | 11110 | 11101011 | 1000110 | 1010111 | 0 | 1000 | 11111100 | 1010100 | 110100 |
Color Harmonies of #461EEB
Complementary color
Monochromatic Colors of #461EEB
Black with #461EEB
Text Example
Text Example
White with #461EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EEB; }
p { color: rgb(70,30,235); }
H1.HeaderClassName
{
color: #461EEB;
}
.AnyTagClassName
{
color: #461EEB;
}
</style>
background-color css
<style>
a { background-color: #461EEB; }
a { background-color: rgb(70,30,235); }
div.DivClassName
{
background-color: #461EEB;
}
.BgClassName
{
background-color: #461EEB;
}
</style>
border-color css
<style>
span { border-color: #461EEB; }
span { border-color: rgb(70,30,235); }
td.TdClassName
{
border-color: #461EEB;
}
.TagClassName
{
border-color: #461EEB;
}
</style>