Shades of Han Purple #4B2CFC
Tints of Han Purple #4B2CFC
RGB
CMYK
RGB Variations
Color information
#4B2CFC (or 0x4B2CFC) is known color: Han Purple. HEX triplet: 4B, 2C and FC. RGB value is (75,44,252). Sum of RGB (Red+Green+Blue) = 75+44+252=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B2CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2CFC is #B4D303. Grayscale: #4C4C4C. Windows color (decimal): -11850500 or 16526411. OLE color: 16526411.
HSL color Cylindrical-coordinate representation of color #4B2CFC: hue angle of 248.94º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B2CFC is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 44 | 252 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.01 |
| HSL | 248.94º | 0.97% | 0.58% | - |
| HSV(B) | 248.94º | 0.83% | 0.99% | - |
| XYZ | 21.37 | 10.33 | 92.96 | - |
| YUV | 76.98 | 226.77 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 252 | 0.70 | 0.83 | 0 | 0.01 | 248.94 | 0.97 | 0.58 |
| Hex | 4B | 2C | FC | 46 | 53 | 0 | 1 | F9 | 61 | 3A |
| Octal | 113 | 54 | 374 | 106 | 123 | 0 | 1 | 371 | 141 | 72 |
| Binary | 1001011 | 101100 | 11111100 | 1000110 | 1010011 | 0 | 1 | 11111001 | 1100001 | 111010 |
Color Harmonies of #4B2CFC
Complementary color
Monochromatic Colors of #4B2CFC
Black with #4B2CFC
Text Example
Text Example
White with #4B2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2CFC; }
p { color: rgb(75,44,252); }
H1.HeaderClassName
{
color: #4B2CFC;
}
.AnyTagClassName
{
color: #4B2CFC;
}
</style>
background-color css
<style>
a { background-color: #4B2CFC; }
a { background-color: rgb(75,44,252); }
div.DivClassName
{
background-color: #4B2CFC;
}
.BgClassName
{
background-color: #4B2CFC;
}
</style>
border-color css
<style>
span { border-color: #4B2CFC; }
span { border-color: rgb(75,44,252); }
td.TdClassName
{
border-color: #4B2CFC;
}
.TagClassName
{
border-color: #4B2CFC;
}
</style>