Shades of Han Purple #461BE5
Tints of Han Purple #461BE5
RGB
CMYK
RGB Variations
Color information
#461BE5 (or 0x461BE5) is known color: Han Purple. HEX triplet: 46, 1B and E5. RGB value is (70,27,229). Sum of RGB (Red+Green+Blue) = 70+27+229=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #461BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BE5 is #B9E41A. Grayscale: #3E3E3E. Windows color (decimal): -12182555 or 15014726. OLE color: 15014726.
HSL color Cylindrical-coordinate representation of color #461BE5: hue angle of 252.77º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461BE5 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 27 | 229 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.10 |
| HSL | 252.77º | 0.8% | 0.5% | - |
| HSV(B) | 252.77º | 0.88% | 0.9% | - |
| XYZ | 17.06 | 7.74 | 74.72 | - |
| YUV | 62.89 | 221.75 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 229 | 0.69 | 0.88 | 0 | 0.10 | 252.77 | 0.8 | 0.5 |
| Hex | 46 | 1B | E5 | 45 | 58 | 0 | A | FD | 50 | 32 |
| Octal | 106 | 33 | 345 | 105 | 130 | 0 | 12 | 375 | 120 | 62 |
| Binary | 1000110 | 11011 | 11100101 | 1000101 | 1011000 | 0 | 1010 | 11111101 | 1010000 | 110010 |
Color Harmonies of #461BE5
Complementary color
Monochromatic Colors of #461BE5
Black with #461BE5
Text Example
Text Example
White with #461BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BE5; }
p { color: rgb(70,27,229); }
H1.HeaderClassName
{
color: #461BE5;
}
.AnyTagClassName
{
color: #461BE5;
}
</style>
background-color css
<style>
a { background-color: #461BE5; }
a { background-color: rgb(70,27,229); }
div.DivClassName
{
background-color: #461BE5;
}
.BgClassName
{
background-color: #461BE5;
}
</style>
border-color css
<style>
span { border-color: #461BE5; }
span { border-color: rgb(70,27,229); }
td.TdClassName
{
border-color: #461BE5;
}
.TagClassName
{
border-color: #461BE5;
}
</style>