Shades of Han Purple #462FFA
Tints of Han Purple #462FFA
RGB
CMYK
RGB Variations
Color information
#462FFA (or 0x462FFA) is known color: Han Purple. HEX triplet: 46, 2F and FA. RGB value is (70,47,250). Sum of RGB (Red+Green+Blue) = 70+47+250=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #462FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FFA is #B9D005. Grayscale: #4C4C4C. Windows color (decimal): -12177414 or 16396102. OLE color: 16396102.
HSL color Cylindrical-coordinate representation of color #462FFA: hue angle of 246.8º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462FFA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 47 | 250 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.02 |
| HSL | 246.8º | 0.95% | 0.58% | - |
| HSV(B) | 246.8º | 0.81% | 0.98% | - |
| XYZ | 20.8 | 10.24 | 91.32 | - |
| YUV | 77.02 | 225.62 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 250 | 0.72 | 0.81 | 0 | 0.02 | 246.8 | 0.95 | 0.58 |
| Hex | 46 | 2F | FA | 48 | 51 | 0 | 2 | F7 | 5F | 3A |
| Octal | 106 | 57 | 372 | 110 | 121 | 0 | 2 | 367 | 137 | 72 |
| Binary | 1000110 | 101111 | 11111010 | 1001000 | 1010001 | 0 | 10 | 11110111 | 1011111 | 111010 |
Color Harmonies of #462FFA
Complementary color
Monochromatic Colors of #462FFA
Black with #462FFA
Text Example
Text Example
White with #462FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FFA; }
p { color: rgb(70,47,250); }
H1.HeaderClassName
{
color: #462FFA;
}
.AnyTagClassName
{
color: #462FFA;
}
</style>
background-color css
<style>
a { background-color: #462FFA; }
a { background-color: rgb(70,47,250); }
div.DivClassName
{
background-color: #462FFA;
}
.BgClassName
{
background-color: #462FFA;
}
</style>
border-color css
<style>
span { border-color: #462FFA; }
span { border-color: rgb(70,47,250); }
td.TdClassName
{
border-color: #462FFA;
}
.TagClassName
{
border-color: #462FFA;
}
</style>