Shades of Han Purple #4B18F1
Tints of Han Purple #4B18F1
RGB
CMYK
RGB Variations
Color information
#4B18F1 (or 0x4B18F1) is known color: Han Purple. HEX triplet: 4B, 18 and F1. RGB value is (75,24,241). Sum of RGB (Red+Green+Blue) = 75+24+241=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B18F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B18F1 is #B4E70E. Grayscale: #3F3F3F. Windows color (decimal): -11855631 or 15800395. OLE color: 15800395.
HSL color Cylindrical-coordinate representation of color #4B18F1: hue angle of 254.1º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B18F1 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 24 | 241 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.05 |
| HSL | 254.1º | 0.89% | 0.52% | - |
| HSV(B) | 254.1º | 0.9% | 0.95% | - |
| XYZ | 19.11 | 8.5 | 83.85 | - |
| YUV | 63.99 | 227.9 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 241 | 0.69 | 0.90 | 0 | 0.05 | 254.1 | 0.89 | 0.52 |
| Hex | 4B | 18 | F1 | 45 | 5A | 0 | 5 | FE | 59 | 34 |
| Octal | 113 | 30 | 361 | 105 | 132 | 0 | 5 | 376 | 131 | 64 |
| Binary | 1001011 | 11000 | 11110001 | 1000101 | 1011010 | 0 | 101 | 11111110 | 1011001 | 110100 |
Color Harmonies of #4B18F1
Complementary color
Monochromatic Colors of #4B18F1
Black with #4B18F1
Text Example
Text Example
White with #4B18F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B18F1; }
p { color: rgb(75,24,241); }
H1.HeaderClassName
{
color: #4B18F1;
}
.AnyTagClassName
{
color: #4B18F1;
}
</style>
background-color css
<style>
a { background-color: #4B18F1; }
a { background-color: rgb(75,24,241); }
div.DivClassName
{
background-color: #4B18F1;
}
.BgClassName
{
background-color: #4B18F1;
}
</style>
border-color css
<style>
span { border-color: #4B18F1; }
span { border-color: rgb(75,24,241); }
td.TdClassName
{
border-color: #4B18F1;
}
.TagClassName
{
border-color: #4B18F1;
}
</style>