Shades of Han Purple #4B04DF
Tints of Han Purple #4B04DF
RGB
CMYK
RGB Variations
Color information
#4B04DF (or 0x4B04DF) is known color: Han Purple. HEX triplet: 4B, 04 and DF. RGB value is (75,4,223). Sum of RGB (Red+Green+Blue) = 75+4+223=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B04DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B04DF is #B4FB20. Grayscale: #313131. Windows color (decimal): -11860769 or 14615627. OLE color: 14615627.
HSL color Cylindrical-coordinate representation of color #4B04DF: hue angle of 259.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B04DF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 4 | 223 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.13 |
| HSL | 259.45º | 0.96% | 0.45% | - |
| HSV(B) | 259.45º | 0.98% | 0.87% | - |
| XYZ | 16.26 | 6.91 | 70.29 | - |
| YUV | 50.2 | 225.52 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 223 | 0.66 | 0.98 | 0 | 0.13 | 259.45 | 0.96 | 0.45 |
| Hex | 4B | 4 | DF | 42 | 62 | 0 | D | 103 | 60 | 2D |
| Octal | 113 | 4 | 337 | 102 | 142 | 0 | 15 | 403 | 140 | 55 |
| Binary | 1001011 | 100 | 11011111 | 1000010 | 1100010 | 0 | 1101 | 100000011 | 1100000 | 101101 |
Color Harmonies of #4B04DF
Complementary color
Monochromatic Colors of #4B04DF
Black with #4B04DF
Text Example
Text Example
White with #4B04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B04DF; }
p { color: rgb(75,4,223); }
H1.HeaderClassName
{
color: #4B04DF;
}
.AnyTagClassName
{
color: #4B04DF;
}
</style>
background-color css
<style>
a { background-color: #4B04DF; }
a { background-color: rgb(75,4,223); }
div.DivClassName
{
background-color: #4B04DF;
}
.BgClassName
{
background-color: #4B04DF;
}
</style>
border-color css
<style>
span { border-color: #4B04DF; }
span { border-color: rgb(75,4,223); }
td.TdClassName
{
border-color: #4B04DF;
}
.TagClassName
{
border-color: #4B04DF;
}
</style>