Shades of Han Purple #4B28FF
Tints of Han Purple #4B28FF
RGB
CMYK
RGB Variations
Color information
#4B28FF (or 0x4B28FF) is known color: Han Purple. HEX triplet: 4B, 28 and FF. RGB value is (75,40,255). Sum of RGB (Red+Green+Blue) = 75+40+255=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B28FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B28FF is #B4D700. Grayscale: #4A4A4A. Windows color (decimal): -11851521 or 16721995. OLE color: 16721995.
HSL color Cylindrical-coordinate representation of color #4B28FF: hue angle of 249.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B28FF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 40 | 255 | - |
| CMYK | 0.71 | 0.84 | 0 | 0 |
| HSL | 249.77º | 1% | 0.58% | - |
| HSV(B) | 249.77º | 0.84% | 1% | - |
| XYZ | 21.71 | 10.23 | 95.44 | - |
| YUV | 74.98 | 229.6 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 255 | 0.71 | 0.84 | 0 | 0 | 249.77 | 1 | 0.58 |
| Hex | 4B | 28 | FF | 47 | 54 | 0 | 0 | FA | 64 | 3A |
| Octal | 113 | 50 | 377 | 107 | 124 | 0 | 0 | 372 | 144 | 72 |
| Binary | 1001011 | 101000 | 11111111 | 1000111 | 1010100 | 0 | 0 | 11111010 | 1100100 | 111010 |
Color Harmonies of #4B28FF
Complementary color
Monochromatic Colors of #4B28FF
Black with #4B28FF
Text Example
Text Example
White with #4B28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B28FF; }
p { color: rgb(75,40,255); }
H1.HeaderClassName
{
color: #4B28FF;
}
.AnyTagClassName
{
color: #4B28FF;
}
</style>
background-color css
<style>
a { background-color: #4B28FF; }
a { background-color: rgb(75,40,255); }
div.DivClassName
{
background-color: #4B28FF;
}
.BgClassName
{
background-color: #4B28FF;
}
</style>
border-color css
<style>
span { border-color: #4B28FF; }
span { border-color: rgb(75,40,255); }
td.TdClassName
{
border-color: #4B28FF;
}
.TagClassName
{
border-color: #4B28FF;
}
</style>