Shades of Han Purple #4B28F4
Tints of Han Purple #4B28F4
RGB
CMYK
RGB Variations
Color information
#4B28F4 (or 0x4B28F4) is known color: Han Purple. HEX triplet: 4B, 28 and F4. RGB value is (75,40,244). Sum of RGB (Red+Green+Blue) = 75+40+244=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #4B28F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B28F4 is #B4D70B. Grayscale: #484848. Windows color (decimal): -11851532 or 16001099. OLE color: 16001099.
HSL color Cylindrical-coordinate representation of color #4B28F4: hue angle of 250.29º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B28F4 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 40 | 244 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.04 |
| HSL | 250.29º | 0.9% | 0.56% | - |
| HSV(B) | 250.29º | 0.84% | 0.96% | - |
| XYZ | 19.99 | 9.55 | 86.38 | - |
| YUV | 73.72 | 224.1 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 244 | 0.69 | 0.84 | 0 | 0.04 | 250.29 | 0.9 | 0.56 |
| Hex | 4B | 28 | F4 | 45 | 54 | 0 | 4 | FA | 5A | 38 |
| Octal | 113 | 50 | 364 | 105 | 124 | 0 | 4 | 372 | 132 | 70 |
| Binary | 1001011 | 101000 | 11110100 | 1000101 | 1010100 | 0 | 100 | 11111010 | 1011010 | 111000 |
Color Harmonies of #4B28F4
Complementary color
Monochromatic Colors of #4B28F4
Black with #4B28F4
Text Example
Text Example
White with #4B28F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B28F4; }
p { color: rgb(75,40,244); }
H1.HeaderClassName
{
color: #4B28F4;
}
.AnyTagClassName
{
color: #4B28F4;
}
</style>
background-color css
<style>
a { background-color: #4B28F4; }
a { background-color: rgb(75,40,244); }
div.DivClassName
{
background-color: #4B28F4;
}
.BgClassName
{
background-color: #4B28F4;
}
</style>
border-color css
<style>
span { border-color: #4B28F4; }
span { border-color: rgb(75,40,244); }
td.TdClassName
{
border-color: #4B28F4;
}
.TagClassName
{
border-color: #4B28F4;
}
</style>