Shades of Han Purple #462BE5
Tints of Han Purple #462BE5
RGB
CMYK
RGB Variations
Color information
#462BE5 (or 0x462BE5) is known color: Han Purple. HEX triplet: 46, 2B and E5. RGB value is (70,43,229). Sum of RGB (Red+Green+Blue) = 70+43+229=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #462BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BE5 is #B9D41A. Grayscale: #474747. Windows color (decimal): -12178459 or 15018822. OLE color: 15018822.
HSL color Cylindrical-coordinate representation of color #462BE5: hue angle of 248.71º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462BE5 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 43 | 229 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.10 |
| HSL | 248.71º | 0.78% | 0.53% | - |
| HSV(B) | 248.71º | 0.81% | 0.9% | - |
| XYZ | 17.53 | 8.69 | 74.88 | - |
| YUV | 72.28 | 216.45 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 229 | 0.69 | 0.81 | 0 | 0.10 | 248.71 | 0.78 | 0.53 |
| Hex | 46 | 2B | E5 | 45 | 51 | 0 | A | F9 | 4E | 35 |
| Octal | 106 | 53 | 345 | 105 | 121 | 0 | 12 | 371 | 116 | 65 |
| Binary | 1000110 | 101011 | 11100101 | 1000101 | 1010001 | 0 | 1010 | 11111001 | 1001110 | 110101 |
Color Harmonies of #462BE5
Complementary color
Monochromatic Colors of #462BE5
Black with #462BE5
Text Example
Text Example
White with #462BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BE5; }
p { color: rgb(70,43,229); }
H1.HeaderClassName
{
color: #462BE5;
}
.AnyTagClassName
{
color: #462BE5;
}
</style>
background-color css
<style>
a { background-color: #462BE5; }
a { background-color: rgb(70,43,229); }
div.DivClassName
{
background-color: #462BE5;
}
.BgClassName
{
background-color: #462BE5;
}
</style>
border-color css
<style>
span { border-color: #462BE5; }
span { border-color: rgb(70,43,229); }
td.TdClassName
{
border-color: #462BE5;
}
.TagClassName
{
border-color: #462BE5;
}
</style>