Shades of Han Purple #4B02DC
Tints of Han Purple #4B02DC
RGB
CMYK
RGB Variations
Color information
#4B02DC (or 0x4B02DC) is known color: Han Purple. HEX triplet: 4B, 02 and DC. RGB value is (75,2,220). Sum of RGB (Red+Green+Blue) = 75+2+220=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B02DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B02DC is #B4FD23. Grayscale: #2F2F2F. Windows color (decimal): -11861284 or 14418507. OLE color: 14418507.
HSL color Cylindrical-coordinate representation of color #4B02DC: hue angle of 260.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B02DC is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 2 | 220 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.14 |
| HSL | 260.09º | 0.98% | 0.44% | - |
| HSV(B) | 260.09º | 0.99% | 0.86% | - |
| XYZ | 15.84 | 6.71 | 68.17 | - |
| YUV | 48.68 | 224.68 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 220 | 0.66 | 0.99 | 0 | 0.14 | 260.09 | 0.98 | 0.44 |
| Hex | 4B | 2 | DC | 42 | 63 | 0 | E | 104 | 62 | 2C |
| Octal | 113 | 2 | 334 | 102 | 143 | 0 | 16 | 404 | 142 | 54 |
| Binary | 1001011 | 10 | 11011100 | 1000010 | 1100011 | 0 | 1110 | 100000100 | 1100010 | 101100 |
Color Harmonies of #4B02DC
Complementary color
Monochromatic Colors of #4B02DC
Black with #4B02DC
Text Example
Text Example
White with #4B02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B02DC; }
p { color: rgb(75,2,220); }
H1.HeaderClassName
{
color: #4B02DC;
}
.AnyTagClassName
{
color: #4B02DC;
}
</style>
background-color css
<style>
a { background-color: #4B02DC; }
a { background-color: rgb(75,2,220); }
div.DivClassName
{
background-color: #4B02DC;
}
.BgClassName
{
background-color: #4B02DC;
}
</style>
border-color css
<style>
span { border-color: #4B02DC; }
span { border-color: rgb(75,2,220); }
td.TdClassName
{
border-color: #4B02DC;
}
.TagClassName
{
border-color: #4B02DC;
}
</style>