Shades of Han Purple #4B2EFC
Tints of Han Purple #4B2EFC
RGB
CMYK
RGB Variations
Color information
#4B2EFC (or 0x4B2EFC) is known color: Han Purple. HEX triplet: 4B, 2E and FC. RGB value is (75,46,252). Sum of RGB (Red+Green+Blue) = 75+46+252=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B2EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2EFC is #B4D103. Grayscale: #4D4D4D. Windows color (decimal): -11849988 or 16526923. OLE color: 16526923.
HSL color Cylindrical-coordinate representation of color #4B2EFC: hue angle of 248.45º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B2EFC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 46 | 252 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.01 |
| HSL | 248.45º | 0.97% | 0.58% | - |
| HSV(B) | 248.45º | 0.82% | 0.99% | - |
| XYZ | 21.45 | 10.48 | 92.99 | - |
| YUV | 78.16 | 226.11 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 252 | 0.70 | 0.82 | 0 | 0.01 | 248.45 | 0.97 | 0.58 |
| Hex | 4B | 2E | FC | 46 | 52 | 0 | 1 | F8 | 61 | 3A |
| Octal | 113 | 56 | 374 | 106 | 122 | 0 | 1 | 370 | 141 | 72 |
| Binary | 1001011 | 101110 | 11111100 | 1000110 | 1010010 | 0 | 1 | 11111000 | 1100001 | 111010 |
Color Harmonies of #4B2EFC
Complementary color
Monochromatic Colors of #4B2EFC
Black with #4B2EFC
Text Example
Text Example
White with #4B2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2EFC; }
p { color: rgb(75,46,252); }
H1.HeaderClassName
{
color: #4B2EFC;
}
.AnyTagClassName
{
color: #4B2EFC;
}
</style>
background-color css
<style>
a { background-color: #4B2EFC; }
a { background-color: rgb(75,46,252); }
div.DivClassName
{
background-color: #4B2EFC;
}
.BgClassName
{
background-color: #4B2EFC;
}
</style>
border-color css
<style>
span { border-color: #4B2EFC; }
span { border-color: rgb(75,46,252); }
td.TdClassName
{
border-color: #4B2EFC;
}
.TagClassName
{
border-color: #4B2EFC;
}
</style>