Shades of Han Purple #462FEA
Tints of Han Purple #462FEA
RGB
CMYK
RGB Variations
Color information
#462FEA (or 0x462FEA) is known color: Han Purple. HEX triplet: 46, 2F and EA. RGB value is (70,47,234). Sum of RGB (Red+Green+Blue) = 70+47+234=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #462FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FEA is #B9D015. Grayscale: #4A4A4A. Windows color (decimal): -12177430 or 15347526. OLE color: 15347526.
HSL color Cylindrical-coordinate representation of color #462FEA: hue angle of 247.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462FEA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 47 | 234 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.08 |
| HSL | 247.38º | 0.82% | 0.55% | - |
| HSV(B) | 247.38º | 0.8% | 0.92% | - |
| XYZ | 18.39 | 9.28 | 78.66 | - |
| YUV | 75.2 | 217.62 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 234 | 0.70 | 0.80 | 0 | 0.08 | 247.38 | 0.82 | 0.55 |
| Hex | 46 | 2F | EA | 46 | 50 | 0 | 8 | F7 | 52 | 37 |
| Octal | 106 | 57 | 352 | 106 | 120 | 0 | 10 | 367 | 122 | 67 |
| Binary | 1000110 | 101111 | 11101010 | 1000110 | 1010000 | 0 | 1000 | 11110111 | 1010010 | 110111 |
Color Harmonies of #462FEA
Complementary color
Monochromatic Colors of #462FEA
Black with #462FEA
Text Example
Text Example
White with #462FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FEA; }
p { color: rgb(70,47,234); }
H1.HeaderClassName
{
color: #462FEA;
}
.AnyTagClassName
{
color: #462FEA;
}
</style>
background-color css
<style>
a { background-color: #462FEA; }
a { background-color: rgb(70,47,234); }
div.DivClassName
{
background-color: #462FEA;
}
.BgClassName
{
background-color: #462FEA;
}
</style>
border-color css
<style>
span { border-color: #462FEA; }
span { border-color: rgb(70,47,234); }
td.TdClassName
{
border-color: #462FEA;
}
.TagClassName
{
border-color: #462FEA;
}
</style>