Shades of Han Purple #4B2DFF
Tints of Han Purple #4B2DFF
RGB
CMYK
RGB Variations
Color information
#4B2DFF (or 0x4B2DFF) is known color: Han Purple. HEX triplet: 4B, 2D and FF. RGB value is (75,45,255). Sum of RGB (Red+Green+Blue) = 75+45+255=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B2DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2DFF is #B4D200. Grayscale: #4D4D4D. Windows color (decimal): -11850241 or 16723275. OLE color: 16723275.
HSL color Cylindrical-coordinate representation of color #4B2DFF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B2DFF is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 45 | 255 | - |
| CMYK | 0.71 | 0.82 | 0 | 0 |
| HSL | 248.57º | 1% | 0.59% | - |
| HSV(B) | 248.57º | 0.82% | 1% | - |
| XYZ | 21.89 | 10.59 | 95.5 | - |
| YUV | 77.91 | 227.94 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 255 | 0.71 | 0.82 | 0 | 0 | 248.57 | 1 | 0.59 |
| Hex | 4B | 2D | FF | 47 | 52 | 0 | 0 | F9 | 64 | 3B |
| Octal | 113 | 55 | 377 | 107 | 122 | 0 | 0 | 371 | 144 | 73 |
| Binary | 1001011 | 101101 | 11111111 | 1000111 | 1010010 | 0 | 0 | 11111001 | 1100100 | 111011 |
Color Harmonies of #4B2DFF
Complementary color
Monochromatic Colors of #4B2DFF
Black with #4B2DFF
Text Example
Text Example
White with #4B2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2DFF; }
p { color: rgb(75,45,255); }
H1.HeaderClassName
{
color: #4B2DFF;
}
.AnyTagClassName
{
color: #4B2DFF;
}
</style>
background-color css
<style>
a { background-color: #4B2DFF; }
a { background-color: rgb(75,45,255); }
div.DivClassName
{
background-color: #4B2DFF;
}
.BgClassName
{
background-color: #4B2DFF;
}
</style>
border-color css
<style>
span { border-color: #4B2DFF; }
span { border-color: rgb(75,45,255); }
td.TdClassName
{
border-color: #4B2DFF;
}
.TagClassName
{
border-color: #4B2DFF;
}
</style>