Shades of Han Purple #462EF2
Tints of Han Purple #462EF2
RGB
CMYK
RGB Variations
Color information
#462EF2 (or 0x462EF2) is known color: Han Purple. HEX triplet: 46, 2E and F2. RGB value is (70,46,242). Sum of RGB (Red+Green+Blue) = 70+46+242=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #462EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EF2 is #B9D10D. Grayscale: #4A4A4A. Windows color (decimal): -12177678 or 15871558. OLE color: 15871558.
HSL color Cylindrical-coordinate representation of color #462EF2: hue angle of 247.35º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462EF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 46 | 242 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.05 |
| HSL | 247.35º | 0.88% | 0.56% | - |
| HSV(B) | 247.35º | 0.81% | 0.95% | - |
| XYZ | 19.53 | 9.67 | 84.84 | - |
| YUV | 75.52 | 221.95 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 242 | 0.71 | 0.81 | 0 | 0.05 | 247.35 | 0.88 | 0.56 |
| Hex | 46 | 2E | F2 | 47 | 51 | 0 | 5 | F7 | 58 | 38 |
| Octal | 106 | 56 | 362 | 107 | 121 | 0 | 5 | 367 | 130 | 70 |
| Binary | 1000110 | 101110 | 11110010 | 1000111 | 1010001 | 0 | 101 | 11110111 | 1011000 | 111000 |
Color Harmonies of #462EF2
Complementary color
Monochromatic Colors of #462EF2
Black with #462EF2
Text Example
Text Example
White with #462EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EF2; }
p { color: rgb(70,46,242); }
H1.HeaderClassName
{
color: #462EF2;
}
.AnyTagClassName
{
color: #462EF2;
}
</style>
background-color css
<style>
a { background-color: #462EF2; }
a { background-color: rgb(70,46,242); }
div.DivClassName
{
background-color: #462EF2;
}
.BgClassName
{
background-color: #462EF2;
}
</style>
border-color css
<style>
span { border-color: #462EF2; }
span { border-color: rgb(70,46,242); }
td.TdClassName
{
border-color: #462EF2;
}
.TagClassName
{
border-color: #462EF2;
}
</style>