Shades of Han Purple #4B2EDD
Tints of Han Purple #4B2EDD
RGB
CMYK
RGB Variations
Color information
#4B2EDD (or 0x4B2EDD) is known color: Han Purple. HEX triplet: 4B, 2E and DD. RGB value is (75,46,221). Sum of RGB (Red+Green+Blue) = 75+46+221=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EDD is #B4D122. Grayscale: #494949. Windows color (decimal): -11850019 or 14495307. OLE color: 14495307.
HSL color Cylindrical-coordinate representation of color #4B2EDD: hue angle of 249.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2EDD is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 46 | 221 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.13 |
| HSL | 249.94º | 0.72% | 0.52% | - |
| HSV(B) | 249.94º | 0.79% | 0.87% | - |
| XYZ | 16.93 | 8.67 | 69.19 | - |
| YUV | 74.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 221 | 0.66 | 0.79 | 0 | 0.13 | 249.94 | 0.72 | 0.52 |
| Hex | 4B | 2E | DD | 42 | 4F | 0 | D | FA | 48 | 34 |
| Octal | 113 | 56 | 335 | 102 | 117 | 0 | 15 | 372 | 110 | 64 |
| Binary | 1001011 | 101110 | 11011101 | 1000010 | 1001111 | 0 | 1101 | 11111010 | 1001000 | 110100 |
Color Harmonies of #4B2EDD
Complementary color
Monochromatic Colors of #4B2EDD
Black with #4B2EDD
Text Example
Text Example
White with #4B2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2EDD; }
p { color: rgb(75,46,221); }
H1.HeaderClassName
{
color: #4B2EDD;
}
.AnyTagClassName
{
color: #4B2EDD;
}
</style>
background-color css
<style>
a { background-color: #4B2EDD; }
a { background-color: rgb(75,46,221); }
div.DivClassName
{
background-color: #4B2EDD;
}
.BgClassName
{
background-color: #4B2EDD;
}
</style>
border-color css
<style>
span { border-color: #4B2EDD; }
span { border-color: rgb(75,46,221); }
td.TdClassName
{
border-color: #4B2EDD;
}
.TagClassName
{
border-color: #4B2EDD;
}
</style>