Shades of Han Purple #4B2BF2
Tints of Han Purple #4B2BF2
RGB
CMYK
RGB Variations
Color information
#4B2BF2 (or 0x4B2BF2) is known color: Han Purple. HEX triplet: 4B, 2B and F2. RGB value is (75,43,242). Sum of RGB (Red+Green+Blue) = 75+43+242=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 242 (94.92% from 255 or 67.22% from 360); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B2BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2BF2 is #B4D40D. Grayscale: #4A4A4A. Windows color (decimal): -11850766 or 15870795. OLE color: 15870795.
HSL color Cylindrical-coordinate representation of color #4B2BF2: hue angle of 249.65º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B2BF2 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 43 | 242 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.05 |
| HSL | 249.65º | 0.88% | 0.56% | - |
| HSV(B) | 249.65º | 0.82% | 0.95% | - |
| XYZ | 19.79 | 9.63 | 84.82 | - |
| YUV | 75.25 | 222.1 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 242 | 0.69 | 0.82 | 0 | 0.05 | 249.65 | 0.88 | 0.56 |
| Hex | 4B | 2B | F2 | 45 | 52 | 0 | 5 | FA | 58 | 38 |
| Octal | 113 | 53 | 362 | 105 | 122 | 0 | 5 | 372 | 130 | 70 |
| Binary | 1001011 | 101011 | 11110010 | 1000101 | 1010010 | 0 | 101 | 11111010 | 1011000 | 111000 |
Color Harmonies of #4B2BF2
Complementary color
Monochromatic Colors of #4B2BF2
Black with #4B2BF2
Text Example
Text Example
White with #4B2BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2BF2; }
p { color: rgb(75,43,242); }
H1.HeaderClassName
{
color: #4B2BF2;
}
.AnyTagClassName
{
color: #4B2BF2;
}
</style>
background-color css
<style>
a { background-color: #4B2BF2; }
a { background-color: rgb(75,43,242); }
div.DivClassName
{
background-color: #4B2BF2;
}
.BgClassName
{
background-color: #4B2BF2;
}
</style>
border-color css
<style>
span { border-color: #4B2BF2; }
span { border-color: rgb(75,43,242); }
td.TdClassName
{
border-color: #4B2BF2;
}
.TagClassName
{
border-color: #4B2BF2;
}
</style>