Shades of Han Purple #4B31FF
Tints of Han Purple #4B31FF
RGB
CMYK
RGB Variations
Color information
#4B31FF (or 0x4B31FF) is known color: Han Purple. HEX triplet: 4B, 31 and FF. RGB value is (75,49,255). Sum of RGB (Red+Green+Blue) = 75+49+255=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B31FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B31FF is #B4CE00. Grayscale: #4F4F4F. Windows color (decimal): -11849217 or 16724299. OLE color: 16724299.
HSL color Cylindrical-coordinate representation of color #4B31FF: hue angle of 247.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B31FF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 49 | 255 | - |
| CMYK | 0.71 | 0.81 | 0 | 0 |
| HSL | 247.57º | 1% | 0.6% | - |
| HSV(B) | 247.57º | 0.81% | 1% | - |
| XYZ | 22.05 | 10.91 | 95.55 | - |
| YUV | 80.26 | 226.61 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 255 | 0.71 | 0.81 | 0 | 0 | 247.57 | 1 | 0.6 |
| Hex | 4B | 31 | FF | 47 | 51 | 0 | 0 | F8 | 64 | 3C |
| Octal | 113 | 61 | 377 | 107 | 121 | 0 | 0 | 370 | 144 | 74 |
| Binary | 1001011 | 110001 | 11111111 | 1000111 | 1010001 | 0 | 0 | 11111000 | 1100100 | 111100 |
Color Harmonies of #4B31FF
Complementary color
Monochromatic Colors of #4B31FF
Black with #4B31FF
Text Example
Text Example
White with #4B31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B31FF; }
p { color: rgb(75,49,255); }
H1.HeaderClassName
{
color: #4B31FF;
}
.AnyTagClassName
{
color: #4B31FF;
}
</style>
background-color css
<style>
a { background-color: #4B31FF; }
a { background-color: rgb(75,49,255); }
div.DivClassName
{
background-color: #4B31FF;
}
.BgClassName
{
background-color: #4B31FF;
}
</style>
border-color css
<style>
span { border-color: #4B31FF; }
span { border-color: rgb(75,49,255); }
td.TdClassName
{
border-color: #4B31FF;
}
.TagClassName
{
border-color: #4B31FF;
}
</style>