Shades of Han Purple #4631EA
Tints of Han Purple #4631EA
RGB
CMYK
RGB Variations
Color information
#4631EA (or 0x4631EA) is known color: Han Purple. HEX triplet: 46, 31 and EA. RGB value is (70,49,234). Sum of RGB (Red+Green+Blue) = 70+49+234=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #4631EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4631EA is #B9CE15. Grayscale: #4B4B4B. Windows color (decimal): -12176918 or 15348038. OLE color: 15348038.
HSL color Cylindrical-coordinate representation of color #4631EA: hue angle of 246.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4631EA is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 49 | 234 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.08 |
| HSL | 246.81º | 0.81% | 0.55% | - |
| HSV(B) | 246.81º | 0.79% | 0.92% | - |
| XYZ | 18.48 | 9.44 | 78.69 | - |
| YUV | 76.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 234 | 0.70 | 0.79 | 0 | 0.08 | 246.81 | 0.81 | 0.55 |
| Hex | 46 | 31 | EA | 46 | 4F | 0 | 8 | F7 | 51 | 37 |
| Octal | 106 | 61 | 352 | 106 | 117 | 0 | 10 | 367 | 121 | 67 |
| Binary | 1000110 | 110001 | 11101010 | 1000110 | 1001111 | 0 | 1000 | 11110111 | 1010001 | 110111 |
Color Harmonies of #4631EA
Complementary color
Monochromatic Colors of #4631EA
Black with #4631EA
Text Example
Text Example
White with #4631EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4631EA; }
p { color: rgb(70,49,234); }
H1.HeaderClassName
{
color: #4631EA;
}
.AnyTagClassName
{
color: #4631EA;
}
</style>
background-color css
<style>
a { background-color: #4631EA; }
a { background-color: rgb(70,49,234); }
div.DivClassName
{
background-color: #4631EA;
}
.BgClassName
{
background-color: #4631EA;
}
</style>
border-color css
<style>
span { border-color: #4631EA; }
span { border-color: rgb(70,49,234); }
td.TdClassName
{
border-color: #4631EA;
}
.TagClassName
{
border-color: #4631EA;
}
</style>