Shades of Han Purple #462BFF
Tints of Han Purple #462BFF
RGB
CMYK
RGB Variations
Color information
#462BFF (or 0x462BFF) is known color: Han Purple. HEX triplet: 46, 2B and FF. RGB value is (70,43,255). Sum of RGB (Red+Green+Blue) = 70+43+255=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #462BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462BFF is #B9D400. Grayscale: #4A4A4A. Windows color (decimal): -12178433 or 16722758. OLE color: 16722758.
HSL color Cylindrical-coordinate representation of color #462BFF: hue angle of 247.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #462BFF is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 43 | 255 | - |
| CMYK | 0.73 | 0.83 | 0 | 0 |
| HSL | 247.64º | 1% | 0.58% | - |
| HSV(B) | 247.64º | 0.83% | 1% | - |
| XYZ | 21.44 | 10.25 | 95.46 | - |
| YUV | 75.24 | 229.45 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 255 | 0.73 | 0.83 | 0 | 0 | 247.64 | 1 | 0.58 |
| Hex | 46 | 2B | FF | 49 | 53 | 0 | 0 | F8 | 64 | 3A |
| Octal | 106 | 53 | 377 | 111 | 123 | 0 | 0 | 370 | 144 | 72 |
| Binary | 1000110 | 101011 | 11111111 | 1001001 | 1010011 | 0 | 0 | 11111000 | 1100100 | 111010 |
Color Harmonies of #462BFF
Complementary color
Monochromatic Colors of #462BFF
Black with #462BFF
Text Example
Text Example
White with #462BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BFF; }
p { color: rgb(70,43,255); }
H1.HeaderClassName
{
color: #462BFF;
}
.AnyTagClassName
{
color: #462BFF;
}
</style>
background-color css
<style>
a { background-color: #462BFF; }
a { background-color: rgb(70,43,255); }
div.DivClassName
{
background-color: #462BFF;
}
.BgClassName
{
background-color: #462BFF;
}
</style>
border-color css
<style>
span { border-color: #462BFF; }
span { border-color: rgb(70,43,255); }
td.TdClassName
{
border-color: #462BFF;
}
.TagClassName
{
border-color: #462BFF;
}
</style>