Shades of Han Purple #4B03DF
Tints of Han Purple #4B03DF
RGB
CMYK
RGB Variations
Color information
#4B03DF (or 0x4B03DF) is known color: Han Purple. HEX triplet: 4B, 03 and DF. RGB value is (75,3,223). Sum of RGB (Red+Green+Blue) = 75+3+223=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B03DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B03DF is #B4FC20. Grayscale: #303030. Windows color (decimal): -11861025 or 14615371. OLE color: 14615371.
HSL color Cylindrical-coordinate representation of color #4B03DF: hue angle of 259.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B03DF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 3 | 223 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.13 |
| HSL | 259.64º | 0.97% | 0.44% | - |
| HSV(B) | 259.64º | 0.99% | 0.87% | - |
| XYZ | 16.25 | 6.89 | 70.29 | - |
| YUV | 49.61 | 225.85 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 223 | 0.66 | 0.99 | 0 | 0.13 | 259.64 | 0.97 | 0.44 |
| Hex | 4B | 3 | DF | 42 | 63 | 0 | D | 104 | 61 | 2C |
| Octal | 113 | 3 | 337 | 102 | 143 | 0 | 15 | 404 | 141 | 54 |
| Binary | 1001011 | 11 | 11011111 | 1000010 | 1100011 | 0 | 1101 | 100000100 | 1100001 | 101100 |
Color Harmonies of #4B03DF
Complementary color
Monochromatic Colors of #4B03DF
Black with #4B03DF
Text Example
Text Example
White with #4B03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B03DF; }
p { color: rgb(75,3,223); }
H1.HeaderClassName
{
color: #4B03DF;
}
.AnyTagClassName
{
color: #4B03DF;
}
</style>
background-color css
<style>
a { background-color: #4B03DF; }
a { background-color: rgb(75,3,223); }
div.DivClassName
{
background-color: #4B03DF;
}
.BgClassName
{
background-color: #4B03DF;
}
</style>
border-color css
<style>
span { border-color: #4B03DF; }
span { border-color: rgb(75,3,223); }
td.TdClassName
{
border-color: #4B03DF;
}
.TagClassName
{
border-color: #4B03DF;
}
</style>