Shades of Han Purple #4831EE
Tints of Han Purple #4831EE
RGB
CMYK
RGB Variations
Color information
#4831EE (or 0x4831EE) is known color: Han Purple. HEX triplet: 48, 31 and EE. RGB value is (72,49,238). Sum of RGB (Red+Green+Blue) = 72+49+238=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #4831EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4831EE is #B7CE11. Grayscale: #4C4C4C. Windows color (decimal): -12045842 or 15610184. OLE color: 15610184.
HSL color Cylindrical-coordinate representation of color #4831EE: hue angle of 247.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4831EE is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 49 | 238 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.07 |
| HSL | 247.3º | 0.85% | 0.56% | - |
| HSV(B) | 247.3º | 0.79% | 0.93% | - |
| XYZ | 19.2 | 9.75 | 81.76 | - |
| YUV | 77.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 238 | 0.70 | 0.79 | 0 | 0.07 | 247.3 | 0.85 | 0.56 |
| Hex | 48 | 31 | EE | 46 | 4F | 0 | 7 | F7 | 55 | 38 |
| Octal | 110 | 61 | 356 | 106 | 117 | 0 | 7 | 367 | 125 | 70 |
| Binary | 1001000 | 110001 | 11101110 | 1000110 | 1001111 | 0 | 111 | 11110111 | 1010101 | 111000 |
Color Harmonies of #4831EE
Complementary color
Monochromatic Colors of #4831EE
Black with #4831EE
Text Example
Text Example
White with #4831EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4831EE; }
p { color: rgb(72,49,238); }
H1.HeaderClassName
{
color: #4831EE;
}
.AnyTagClassName
{
color: #4831EE;
}
</style>
background-color css
<style>
a { background-color: #4831EE; }
a { background-color: rgb(72,49,238); }
div.DivClassName
{
background-color: #4831EE;
}
.BgClassName
{
background-color: #4831EE;
}
</style>
border-color css
<style>
span { border-color: #4831EE; }
span { border-color: rgb(72,49,238); }
td.TdClassName
{
border-color: #4831EE;
}
.TagClassName
{
border-color: #4831EE;
}
</style>