Shades of Han Purple #4B03FF
Tints of Han Purple #4B03FF
RGB
CMYK
RGB Variations
Color information
#4B03FF (or 0x4B03FF) is known color: Han Purple. HEX triplet: 4B, 03 and FF. RGB value is (75,3,255). Sum of RGB (Red+Green+Blue) = 75+3+255=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B03FF is #B4FC00. Grayscale: #343434. Windows color (decimal): -11860993 or 16712523. OLE color: 16712523.
HSL color Cylindrical-coordinate representation of color #4B03FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B03FF is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 3 | 255 | - |
| CMYK | 0.71 | 0.99 | 0 | 0 |
| HSL | 257.14º | 1% | 0.51% | - |
| HSV(B) | 257.14º | 0.99% | 1% | - |
| XYZ | 20.98 | 8.78 | 95.2 | - |
| YUV | 53.26 | 241.85 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 255 | 0.71 | 0.99 | 0 | 0 | 257.14 | 1 | 0.51 |
| Hex | 4B | 3 | FF | 47 | 63 | 0 | 0 | 101 | 64 | 33 |
| Octal | 113 | 3 | 377 | 107 | 143 | 0 | 0 | 401 | 144 | 63 |
| Binary | 1001011 | 11 | 11111111 | 1000111 | 1100011 | 0 | 0 | 100000001 | 1100100 | 110011 |
Color Harmonies of #4B03FF
Complementary color
Monochromatic Colors of #4B03FF
Black with #4B03FF
Text Example
Text Example
White with #4B03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B03FF; }
p { color: rgb(75,3,255); }
H1.HeaderClassName
{
color: #4B03FF;
}
.AnyTagClassName
{
color: #4B03FF;
}
</style>
background-color css
<style>
a { background-color: #4B03FF; }
a { background-color: rgb(75,3,255); }
div.DivClassName
{
background-color: #4B03FF;
}
.BgClassName
{
background-color: #4B03FF;
}
</style>
border-color css
<style>
span { border-color: #4B03FF; }
span { border-color: rgb(75,3,255); }
td.TdClassName
{
border-color: #4B03FF;
}
.TagClassName
{
border-color: #4B03FF;
}
</style>