Shades of Han Purple #462FF2
Tints of Han Purple #462FF2
RGB
CMYK
RGB Variations
Color information
#462FF2 (or 0x462FF2) is known color: Han Purple. HEX triplet: 46, 2F and F2. RGB value is (70,47,242). Sum of RGB (Red+Green+Blue) = 70+47+242=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #462FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FF2 is #B9D00D. Grayscale: #4B4B4B. Windows color (decimal): -12177422 or 15871814. OLE color: 15871814.
HSL color Cylindrical-coordinate representation of color #462FF2: hue angle of 247.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462FF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 47 | 242 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.05 |
| HSL | 247.08º | 0.88% | 0.57% | - |
| HSV(B) | 247.08º | 0.81% | 0.95% | - |
| XYZ | 19.57 | 9.75 | 84.85 | - |
| YUV | 76.11 | 221.62 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 242 | 0.71 | 0.81 | 0 | 0.05 | 247.08 | 0.88 | 0.57 |
| Hex | 46 | 2F | F2 | 47 | 51 | 0 | 5 | F7 | 58 | 39 |
| Octal | 106 | 57 | 362 | 107 | 121 | 0 | 5 | 367 | 130 | 71 |
| Binary | 1000110 | 101111 | 11110010 | 1000111 | 1010001 | 0 | 101 | 11110111 | 1011000 | 111001 |
Color Harmonies of #462FF2
Complementary color
Monochromatic Colors of #462FF2
Black with #462FF2
Text Example
Text Example
White with #462FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FF2; }
p { color: rgb(70,47,242); }
H1.HeaderClassName
{
color: #462FF2;
}
.AnyTagClassName
{
color: #462FF2;
}
</style>
background-color css
<style>
a { background-color: #462FF2; }
a { background-color: rgb(70,47,242); }
div.DivClassName
{
background-color: #462FF2;
}
.BgClassName
{
background-color: #462FF2;
}
</style>
border-color css
<style>
span { border-color: #462FF2; }
span { border-color: rgb(70,47,242); }
td.TdClassName
{
border-color: #462FF2;
}
.TagClassName
{
border-color: #462FF2;
}
</style>