Shades of Han Purple #4B2DFC
Tints of Han Purple #4B2DFC
RGB
CMYK
RGB Variations
Color information
#4B2DFC (or 0x4B2DFC) is known color: Han Purple. HEX triplet: 4B, 2D and FC. RGB value is (75,45,252). Sum of RGB (Red+Green+Blue) = 75+45+252=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B2DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2DFC is #B4D203. Grayscale: #4C4C4C. Windows color (decimal): -11850244 or 16526667. OLE color: 16526667.
HSL color Cylindrical-coordinate representation of color #4B2DFC: hue angle of 248.7º 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 #4B2DFC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 45 | 252 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.01 |
| HSL | 248.7º | 0.97% | 0.58% | - |
| HSV(B) | 248.7º | 0.82% | 0.99% | - |
| XYZ | 21.41 | 10.4 | 92.97 | - |
| YUV | 77.57 | 226.44 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 252 | 0.70 | 0.82 | 0 | 0.01 | 248.7 | 0.97 | 0.58 |
| Hex | 4B | 2D | FC | 46 | 52 | 0 | 1 | F9 | 61 | 3A |
| Octal | 113 | 55 | 374 | 106 | 122 | 0 | 1 | 371 | 141 | 72 |
| Binary | 1001011 | 101101 | 11111100 | 1000110 | 1010010 | 0 | 1 | 11111001 | 1100001 | 111010 |
Color Harmonies of #4B2DFC
Complementary color
Monochromatic Colors of #4B2DFC
Black with #4B2DFC
Text Example
Text Example
White with #4B2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2DFC; }
p { color: rgb(75,45,252); }
H1.HeaderClassName
{
color: #4B2DFC;
}
.AnyTagClassName
{
color: #4B2DFC;
}
</style>
background-color css
<style>
a { background-color: #4B2DFC; }
a { background-color: rgb(75,45,252); }
div.DivClassName
{
background-color: #4B2DFC;
}
.BgClassName
{
background-color: #4B2DFC;
}
</style>
border-color css
<style>
span { border-color: #4B2DFC; }
span { border-color: rgb(75,45,252); }
td.TdClassName
{
border-color: #4B2DFC;
}
.TagClassName
{
border-color: #4B2DFC;
}
</style>