Shades of Han Purple #462BFA
Tints of Han Purple #462BFA
RGB
CMYK
RGB Variations
Color information
#462BFA (or 0x462BFA) is known color: Han Purple. HEX triplet: 46, 2B and FA. RGB value is (70,43,250). Sum of RGB (Red+Green+Blue) = 70+43+250=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #462BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462BFA is #B9D405. Grayscale: #494949. Windows color (decimal): -12178438 or 16395078. OLE color: 16395078.
HSL color Cylindrical-coordinate representation of color #462BFA: hue angle of 247.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #462BFA is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 43 | 250 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.02 |
| HSL | 247.83º | 0.95% | 0.57% | - |
| HSV(B) | 247.83º | 0.83% | 0.98% | - |
| XYZ | 20.64 | 9.93 | 91.27 | - |
| YUV | 74.67 | 226.95 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 250 | 0.72 | 0.83 | 0 | 0.02 | 247.83 | 0.95 | 0.57 |
| Hex | 46 | 2B | FA | 48 | 53 | 0 | 2 | F8 | 5F | 39 |
| Octal | 106 | 53 | 372 | 110 | 123 | 0 | 2 | 370 | 137 | 71 |
| Binary | 1000110 | 101011 | 11111010 | 1001000 | 1010011 | 0 | 10 | 11111000 | 1011111 | 111001 |
Color Harmonies of #462BFA
Complementary color
Monochromatic Colors of #462BFA
Black with #462BFA
Text Example
Text Example
White with #462BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BFA; }
p { color: rgb(70,43,250); }
H1.HeaderClassName
{
color: #462BFA;
}
.AnyTagClassName
{
color: #462BFA;
}
</style>
background-color css
<style>
a { background-color: #462BFA; }
a { background-color: rgb(70,43,250); }
div.DivClassName
{
background-color: #462BFA;
}
.BgClassName
{
background-color: #462BFA;
}
</style>
border-color css
<style>
span { border-color: #462BFA; }
span { border-color: rgb(70,43,250); }
td.TdClassName
{
border-color: #462BFA;
}
.TagClassName
{
border-color: #462BFA;
}
</style>