Shades of Han Purple #4B2AF1
Tints of Han Purple #4B2AF1
RGB
CMYK
RGB Variations
Color information
#4B2AF1 (or 0x4B2AF1) is known color: Han Purple. HEX triplet: 4B, 2A and F1. RGB value is (75,42,241). Sum of RGB (Red+Green+Blue) = 75+42+241=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B2AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2AF1 is #B4D50E. Grayscale: #494949. Windows color (decimal): -11851023 or 15805003. OLE color: 15805003.
HSL color Cylindrical-coordinate representation of color #4B2AF1: hue angle of 249.95º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B2AF1 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 42 | 241 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.05 |
| HSL | 249.95º | 0.88% | 0.55% | - |
| HSV(B) | 249.95º | 0.83% | 0.95% | - |
| XYZ | 19.61 | 9.5 | 84.02 | - |
| YUV | 74.55 | 221.93 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 241 | 0.69 | 0.83 | 0 | 0.05 | 249.95 | 0.88 | 0.55 |
| Hex | 4B | 2A | F1 | 45 | 53 | 0 | 5 | FA | 58 | 37 |
| Octal | 113 | 52 | 361 | 105 | 123 | 0 | 5 | 372 | 130 | 67 |
| Binary | 1001011 | 101010 | 11110001 | 1000101 | 1010011 | 0 | 101 | 11111010 | 1011000 | 110111 |
Color Harmonies of #4B2AF1
Complementary color
Monochromatic Colors of #4B2AF1
Black with #4B2AF1
Text Example
Text Example
White with #4B2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2AF1; }
p { color: rgb(75,42,241); }
H1.HeaderClassName
{
color: #4B2AF1;
}
.AnyTagClassName
{
color: #4B2AF1;
}
</style>
background-color css
<style>
a { background-color: #4B2AF1; }
a { background-color: rgb(75,42,241); }
div.DivClassName
{
background-color: #4B2AF1;
}
.BgClassName
{
background-color: #4B2AF1;
}
</style>
border-color css
<style>
span { border-color: #4B2AF1; }
span { border-color: rgb(75,42,241); }
td.TdClassName
{
border-color: #4B2AF1;
}
.TagClassName
{
border-color: #4B2AF1;
}
</style>