Shades of Han Purple #461CEB
Tints of Han Purple #461CEB
RGB
CMYK
RGB Variations
Color information
#461CEB (or 0x461CEB) is known color: Han Purple. HEX triplet: 46, 1C and EB. RGB value is (70,28,235). Sum of RGB (Red+Green+Blue) = 70+28+235=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #461CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CEB is #B9E314. Grayscale: #3F3F3F. Windows color (decimal): -12182293 or 15408198. OLE color: 15408198.
HSL color Cylindrical-coordinate representation of color #461CEB: hue angle of 252.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CEB is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 28 | 235 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.08 |
| HSL | 252.17º | 0.84% | 0.52% | - |
| HSV(B) | 252.17º | 0.88% | 0.92% | - |
| XYZ | 17.94 | 8.13 | 79.22 | - |
| YUV | 64.16 | 224.41 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 235 | 0.70 | 0.88 | 0 | 0.08 | 252.17 | 0.84 | 0.52 |
| Hex | 46 | 1C | EB | 46 | 58 | 0 | 8 | FC | 54 | 34 |
| Octal | 106 | 34 | 353 | 106 | 130 | 0 | 10 | 374 | 124 | 64 |
| Binary | 1000110 | 11100 | 11101011 | 1000110 | 1011000 | 0 | 1000 | 11111100 | 1010100 | 110100 |
Color Harmonies of #461CEB
Complementary color
Monochromatic Colors of #461CEB
Black with #461CEB
Text Example
Text Example
White with #461CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CEB; }
p { color: rgb(70,28,235); }
H1.HeaderClassName
{
color: #461CEB;
}
.AnyTagClassName
{
color: #461CEB;
}
</style>
background-color css
<style>
a { background-color: #461CEB; }
a { background-color: rgb(70,28,235); }
div.DivClassName
{
background-color: #461CEB;
}
.BgClassName
{
background-color: #461CEB;
}
</style>
border-color css
<style>
span { border-color: #461CEB; }
span { border-color: rgb(70,28,235); }
td.TdClassName
{
border-color: #461CEB;
}
.TagClassName
{
border-color: #461CEB;
}
</style>