Shades of Han Purple #4B02DB
Tints of Han Purple #4B02DB
RGB
CMYK
RGB Variations
Color information
#4B02DB (or 0x4B02DB) is known color: Han Purple. HEX triplet: 4B, 02 and DB. RGB value is (75,2,219). Sum of RGB (Red+Green+Blue) = 75+2+219=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B02DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B02DB is #B4FD24. Grayscale: #2F2F2F. Windows color (decimal): -11861285 or 14352971. OLE color: 14352971.
HSL color Cylindrical-coordinate representation of color #4B02DB: hue angle of 260.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B02DB is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 2 | 219 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.14 |
| HSL | 260.18º | 0.98% | 0.43% | - |
| HSV(B) | 260.18º | 0.99% | 0.86% | - |
| XYZ | 15.71 | 6.65 | 67.47 | - |
| YUV | 48.57 | 224.18 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 219 | 0.66 | 0.99 | 0 | 0.14 | 260.18 | 0.98 | 0.43 |
| Hex | 4B | 2 | DB | 42 | 63 | 0 | E | 104 | 62 | 2B |
| Octal | 113 | 2 | 333 | 102 | 143 | 0 | 16 | 404 | 142 | 53 |
| Binary | 1001011 | 10 | 11011011 | 1000010 | 1100011 | 0 | 1110 | 100000100 | 1100010 | 101011 |
Color Harmonies of #4B02DB
Complementary color
Monochromatic Colors of #4B02DB
Black with #4B02DB
Text Example
Text Example
White with #4B02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B02DB; }
p { color: rgb(75,2,219); }
H1.HeaderClassName
{
color: #4B02DB;
}
.AnyTagClassName
{
color: #4B02DB;
}
</style>
background-color css
<style>
a { background-color: #4B02DB; }
a { background-color: rgb(75,2,219); }
div.DivClassName
{
background-color: #4B02DB;
}
.BgClassName
{
background-color: #4B02DB;
}
</style>
border-color css
<style>
span { border-color: #4B02DB; }
span { border-color: rgb(75,2,219); }
td.TdClassName
{
border-color: #4B02DB;
}
.TagClassName
{
border-color: #4B02DB;
}
</style>