Shades of Han Purple #4B2FDC
Tints of Han Purple #4B2FDC
RGB
CMYK
RGB Variations
Color information
#4B2FDC (or 0x4B2FDC) is known color: Han Purple. HEX triplet: 4B, 2F and DC. RGB value is (75,47,220). Sum of RGB (Red+Green+Blue) = 75+47+220=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B2FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FDC is #B4D023. Grayscale: #4A4A4A. Windows color (decimal): -11849764 or 14430027. OLE color: 14430027.
HSL color Cylindrical-coordinate representation of color #4B2FDC: hue angle of 249.71º degrees, saturation: 0.71, 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 #4B2FDC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 47 | 220 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.14 |
| HSL | 249.71º | 0.71% | 0.52% | - |
| HSV(B) | 249.71º | 0.79% | 0.86% | - |
| XYZ | 16.84 | 8.7 | 68.5 | - |
| YUV | 75.09 | 209.78 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 220 | 0.66 | 0.79 | 0 | 0.14 | 249.71 | 0.71 | 0.52 |
| Hex | 4B | 2F | DC | 42 | 4F | 0 | E | FA | 47 | 34 |
| Octal | 113 | 57 | 334 | 102 | 117 | 0 | 16 | 372 | 107 | 64 |
| Binary | 1001011 | 101111 | 11011100 | 1000010 | 1001111 | 0 | 1110 | 11111010 | 1000111 | 110100 |
Color Harmonies of #4B2FDC
Complementary color
Monochromatic Colors of #4B2FDC
Black with #4B2FDC
Text Example
Text Example
White with #4B2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2FDC; }
p { color: rgb(75,47,220); }
H1.HeaderClassName
{
color: #4B2FDC;
}
.AnyTagClassName
{
color: #4B2FDC;
}
</style>
background-color css
<style>
a { background-color: #4B2FDC; }
a { background-color: rgb(75,47,220); }
div.DivClassName
{
background-color: #4B2FDC;
}
.BgClassName
{
background-color: #4B2FDC;
}
</style>
border-color css
<style>
span { border-color: #4B2FDC; }
span { border-color: rgb(75,47,220); }
td.TdClassName
{
border-color: #4B2FDC;
}
.TagClassName
{
border-color: #4B2FDC;
}
</style>