Shades of Han Purple #462FF5
Tints of Han Purple #462FF5
RGB
CMYK
RGB Variations
Color information
#462FF5 (or 0x462FF5) is known color: Han Purple. HEX triplet: 46, 2F and F5. RGB value is (70,47,245). Sum of RGB (Red+Green+Blue) = 70+47+245=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #462FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FF5 is #B9D00A. Grayscale: #4B4B4B. Windows color (decimal): -12177419 or 16068422. OLE color: 16068422.
HSL color Cylindrical-coordinate representation of color #462FF5: hue angle of 246.97º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462FF5 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 47 | 245 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.04 |
| HSL | 246.97º | 0.91% | 0.57% | - |
| HSV(B) | 246.97º | 0.81% | 0.96% | - |
| XYZ | 20.02 | 9.93 | 87.25 | - |
| YUV | 76.45 | 223.12 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 245 | 0.71 | 0.81 | 0 | 0.04 | 246.97 | 0.91 | 0.57 |
| Hex | 46 | 2F | F5 | 47 | 51 | 0 | 4 | F7 | 5B | 39 |
| Octal | 106 | 57 | 365 | 107 | 121 | 0 | 4 | 367 | 133 | 71 |
| Binary | 1000110 | 101111 | 11110101 | 1000111 | 1010001 | 0 | 100 | 11110111 | 1011011 | 111001 |
Color Harmonies of #462FF5
Complementary color
Monochromatic Colors of #462FF5
Black with #462FF5
Text Example
Text Example
White with #462FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FF5; }
p { color: rgb(70,47,245); }
H1.HeaderClassName
{
color: #462FF5;
}
.AnyTagClassName
{
color: #462FF5;
}
</style>
background-color css
<style>
a { background-color: #462FF5; }
a { background-color: rgb(70,47,245); }
div.DivClassName
{
background-color: #462FF5;
}
.BgClassName
{
background-color: #462FF5;
}
</style>
border-color css
<style>
span { border-color: #462FF5; }
span { border-color: rgb(70,47,245); }
td.TdClassName
{
border-color: #462FF5;
}
.TagClassName
{
border-color: #462FF5;
}
</style>