Shades of Han Purple #4B2FDB
Tints of Han Purple #4B2FDB
RGB
CMYK
RGB Variations
Color information
#4B2FDB (or 0x4B2FDB) is known color: Han Purple. HEX triplet: 4B, 2F and DB. RGB value is (75,47,219). Sum of RGB (Red+Green+Blue) = 75+47+219=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B2FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FDB is #B4D024. Grayscale: #4A4A4A. Windows color (decimal): -11849765 or 14364491. OLE color: 14364491.
HSL color Cylindrical-coordinate representation of color #4B2FDB: hue angle of 249.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2FDB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 47 | 219 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.14 |
| HSL | 249.77º | 0.7% | 0.52% | - |
| HSV(B) | 249.77º | 0.79% | 0.86% | - |
| XYZ | 16.7 | 8.64 | 67.81 | - |
| YUV | 74.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 219 | 0.66 | 0.79 | 0 | 0.14 | 249.77 | 0.7 | 0.52 |
| Hex | 4B | 2F | DB | 42 | 4F | 0 | E | FA | 46 | 34 |
| Octal | 113 | 57 | 333 | 102 | 117 | 0 | 16 | 372 | 106 | 64 |
| Binary | 1001011 | 101111 | 11011011 | 1000010 | 1001111 | 0 | 1110 | 11111010 | 1000110 | 110100 |
Color Harmonies of #4B2FDB
Complementary color
Monochromatic Colors of #4B2FDB
Black with #4B2FDB
Text Example
Text Example
White with #4B2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2FDB; }
p { color: rgb(75,47,219); }
H1.HeaderClassName
{
color: #4B2FDB;
}
.AnyTagClassName
{
color: #4B2FDB;
}
</style>
background-color css
<style>
a { background-color: #4B2FDB; }
a { background-color: rgb(75,47,219); }
div.DivClassName
{
background-color: #4B2FDB;
}
.BgClassName
{
background-color: #4B2FDB;
}
</style>
border-color css
<style>
span { border-color: #4B2FDB; }
span { border-color: rgb(75,47,219); }
td.TdClassName
{
border-color: #4B2FDB;
}
.TagClassName
{
border-color: #4B2FDB;
}
</style>