Shades of Han Purple #4B2AFF
Tints of Han Purple #4B2AFF
RGB
CMYK
RGB Variations
Color information
#4B2AFF (or 0x4B2AFF) is known color: Han Purple. HEX triplet: 4B, 2A and FF. RGB value is (75,42,255). Sum of RGB (Red+Green+Blue) = 75+42+255=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B2AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2AFF is #B4D500. Grayscale: #4B4B4B. Windows color (decimal): -11851009 or 16722507. OLE color: 16722507.
HSL color Cylindrical-coordinate representation of color #4B2AFF: hue angle of 249.3º 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 #4B2AFF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 42 | 255 | - |
| CMYK | 0.71 | 0.84 | 0 | 0 |
| HSL | 249.3º | 1% | 0.58% | - |
| HSV(B) | 249.3º | 0.84% | 1% | - |
| XYZ | 21.78 | 10.37 | 95.46 | - |
| YUV | 76.15 | 228.93 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 255 | 0.71 | 0.84 | 0 | 0 | 249.3 | 1 | 0.58 |
| Hex | 4B | 2A | FF | 47 | 54 | 0 | 0 | F9 | 64 | 3A |
| Octal | 113 | 52 | 377 | 107 | 124 | 0 | 0 | 371 | 144 | 72 |
| Binary | 1001011 | 101010 | 11111111 | 1000111 | 1010100 | 0 | 0 | 11111001 | 1100100 | 111010 |
Color Harmonies of #4B2AFF
Complementary color
Monochromatic Colors of #4B2AFF
Black with #4B2AFF
Text Example
Text Example
White with #4B2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2AFF; }
p { color: rgb(75,42,255); }
H1.HeaderClassName
{
color: #4B2AFF;
}
.AnyTagClassName
{
color: #4B2AFF;
}
</style>
background-color css
<style>
a { background-color: #4B2AFF; }
a { background-color: rgb(75,42,255); }
div.DivClassName
{
background-color: #4B2AFF;
}
.BgClassName
{
background-color: #4B2AFF;
}
</style>
border-color css
<style>
span { border-color: #4B2AFF; }
span { border-color: rgb(75,42,255); }
td.TdClassName
{
border-color: #4B2AFF;
}
.TagClassName
{
border-color: #4B2AFF;
}
</style>