Shades of Han Purple #4B2EFF
Tints of Han Purple #4B2EFF
RGB
CMYK
RGB Variations
Color information
#4B2EFF (or 0x4B2EFF) is known color: Han Purple. HEX triplet: 4B, 2E and FF. RGB value is (75,46,255). Sum of RGB (Red+Green+Blue) = 75+46+255=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B2EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2EFF is #B4D100. Grayscale: #4D4D4D. Windows color (decimal): -11849985 or 16723531. OLE color: 16723531.
HSL color Cylindrical-coordinate representation of color #4B2EFF: hue angle of 248.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B2EFF is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 46 | 255 | - |
| CMYK | 0.71 | 0.82 | 0 | 0 |
| HSL | 248.33º | 1% | 0.59% | - |
| HSV(B) | 248.33º | 0.82% | 1% | - |
| XYZ | 21.93 | 10.67 | 95.51 | - |
| YUV | 78.5 | 227.61 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 255 | 0.71 | 0.82 | 0 | 0 | 248.33 | 1 | 0.59 |
| Hex | 4B | 2E | FF | 47 | 52 | 0 | 0 | F8 | 64 | 3B |
| Octal | 113 | 56 | 377 | 107 | 122 | 0 | 0 | 370 | 144 | 73 |
| Binary | 1001011 | 101110 | 11111111 | 1000111 | 1010010 | 0 | 0 | 11111000 | 1100100 | 111011 |
Color Harmonies of #4B2EFF
Complementary color
Monochromatic Colors of #4B2EFF
Black with #4B2EFF
Text Example
Text Example
White with #4B2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2EFF; }
p { color: rgb(75,46,255); }
H1.HeaderClassName
{
color: #4B2EFF;
}
.AnyTagClassName
{
color: #4B2EFF;
}
</style>
background-color css
<style>
a { background-color: #4B2EFF; }
a { background-color: rgb(75,46,255); }
div.DivClassName
{
background-color: #4B2EFF;
}
.BgClassName
{
background-color: #4B2EFF;
}
</style>
border-color css
<style>
span { border-color: #4B2EFF; }
span { border-color: rgb(75,46,255); }
td.TdClassName
{
border-color: #4B2EFF;
}
.TagClassName
{
border-color: #4B2EFF;
}
</style>