Shades of Han Purple #4B1EF2
Tints of Han Purple #4B1EF2
RGB
CMYK
RGB Variations
Color information
#4B1EF2 (or 0x4B1EF2) is known color: Han Purple. HEX triplet: 4B, 1E and F2. RGB value is (75,30,242). Sum of RGB (Red+Green+Blue) = 75+30+242=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B1EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1EF2 is #B4E10D. Grayscale: #424242. Windows color (decimal): -11854094 or 15867467. OLE color: 15867467.
HSL color Cylindrical-coordinate representation of color #4B1EF2: hue angle of 252.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1EF2 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 30 | 242 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.05 |
| HSL | 252.74º | 0.89% | 0.53% | - |
| HSV(B) | 252.74º | 0.88% | 0.95% | - |
| XYZ | 19.39 | 8.84 | 84.69 | - |
| YUV | 67.62 | 226.41 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 242 | 0.69 | 0.88 | 0 | 0.05 | 252.74 | 0.89 | 0.53 |
| Hex | 4B | 1E | F2 | 45 | 58 | 0 | 5 | FD | 59 | 35 |
| Octal | 113 | 36 | 362 | 105 | 130 | 0 | 5 | 375 | 131 | 65 |
| Binary | 1001011 | 11110 | 11110010 | 1000101 | 1011000 | 0 | 101 | 11111101 | 1011001 | 110101 |
Color Harmonies of #4B1EF2
Complementary color
Monochromatic Colors of #4B1EF2
Black with #4B1EF2
Text Example
Text Example
White with #4B1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1EF2; }
p { color: rgb(75,30,242); }
H1.HeaderClassName
{
color: #4B1EF2;
}
.AnyTagClassName
{
color: #4B1EF2;
}
</style>
background-color css
<style>
a { background-color: #4B1EF2; }
a { background-color: rgb(75,30,242); }
div.DivClassName
{
background-color: #4B1EF2;
}
.BgClassName
{
background-color: #4B1EF2;
}
</style>
border-color css
<style>
span { border-color: #4B1EF2; }
span { border-color: rgb(75,30,242); }
td.TdClassName
{
border-color: #4B1EF2;
}
.TagClassName
{
border-color: #4B1EF2;
}
</style>