Shades of Han Purple #4C2EFB
Tints of Han Purple #4C2EFB
RGB
CMYK
RGB Variations
Color information
#4C2EFB (or 0x4C2EFB) is known color: Han Purple. HEX triplet: 4C, 2E and FB. RGB value is (76,46,251). Sum of RGB (Red+Green+Blue) = 76+46+251=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C2EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2EFB is #B3D104. Grayscale: #4D4D4D. Windows color (decimal): -11784453 or 16461388. OLE color: 16461388.
HSL color Cylindrical-coordinate representation of color #4C2EFB: hue angle of 248.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C2EFB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 46 | 251 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.02 |
| HSL | 248.78º | 0.96% | 0.58% | - |
| HSV(B) | 248.78º | 0.82% | 0.98% | - |
| XYZ | 21.37 | 10.46 | 92.16 | - |
| YUV | 78.34 | 225.44 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 251 | 0.70 | 0.82 | 0 | 0.02 | 248.78 | 0.96 | 0.58 |
| Hex | 4C | 2E | FB | 46 | 52 | 0 | 2 | F9 | 60 | 3A |
| Octal | 114 | 56 | 373 | 106 | 122 | 0 | 2 | 371 | 140 | 72 |
| Binary | 1001100 | 101110 | 11111011 | 1000110 | 1010010 | 0 | 10 | 11111001 | 1100000 | 111010 |
Color Harmonies of #4C2EFB
Complementary color
Monochromatic Colors of #4C2EFB
Black with #4C2EFB
Text Example
Text Example
White with #4C2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2EFB; }
p { color: rgb(76,46,251); }
H1.HeaderClassName
{
color: #4C2EFB;
}
.AnyTagClassName
{
color: #4C2EFB;
}
</style>
background-color css
<style>
a { background-color: #4C2EFB; }
a { background-color: rgb(76,46,251); }
div.DivClassName
{
background-color: #4C2EFB;
}
.BgClassName
{
background-color: #4C2EFB;
}
</style>
border-color css
<style>
span { border-color: #4C2EFB; }
span { border-color: rgb(76,46,251); }
td.TdClassName
{
border-color: #4C2EFB;
}
.TagClassName
{
border-color: #4C2EFB;
}
</style>