Shades of Han Purple #4B2AE0
Tints of Han Purple #4B2AE0
RGB
CMYK
RGB Variations
Color information
#4B2AE0 (or 0x4B2AE0) is known color: Han Purple. HEX triplet: 4B, 2A and E0. RGB value is (75,42,224). Sum of RGB (Red+Green+Blue) = 75+42+224=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #4B2AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2AE0 is #B4D51F. Grayscale: #474747. Windows color (decimal): -11851040 or 14690891. OLE color: 14690891.
HSL color Cylindrical-coordinate representation of color #4B2AE0: hue angle of 250.88º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B2AE0 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 42 | 224 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.12 |
| HSL | 250.88º | 0.75% | 0.52% | - |
| HSV(B) | 250.88º | 0.81% | 0.88% | - |
| XYZ | 17.18 | 8.53 | 71.26 | - |
| YUV | 72.62 | 213.43 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 224 | 0.67 | 0.81 | 0 | 0.12 | 250.88 | 0.75 | 0.52 |
| Hex | 4B | 2A | E0 | 43 | 51 | 0 | C | FB | 4B | 34 |
| Octal | 113 | 52 | 340 | 103 | 121 | 0 | 14 | 373 | 113 | 64 |
| Binary | 1001011 | 101010 | 11100000 | 1000011 | 1010001 | 0 | 1100 | 11111011 | 1001011 | 110100 |
Color Harmonies of #4B2AE0
Complementary color
Monochromatic Colors of #4B2AE0
Black with #4B2AE0
Text Example
Text Example
White with #4B2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2AE0; }
p { color: rgb(75,42,224); }
H1.HeaderClassName
{
color: #4B2AE0;
}
.AnyTagClassName
{
color: #4B2AE0;
}
</style>
background-color css
<style>
a { background-color: #4B2AE0; }
a { background-color: rgb(75,42,224); }
div.DivClassName
{
background-color: #4B2AE0;
}
.BgClassName
{
background-color: #4B2AE0;
}
</style>
border-color css
<style>
span { border-color: #4B2AE0; }
span { border-color: rgb(75,42,224); }
td.TdClassName
{
border-color: #4B2AE0;
}
.TagClassName
{
border-color: #4B2AE0;
}
</style>