Shades of Han Purple #4003FF
Tints of Han Purple #4003FF
RGB
CMYK
RGB Variations
Color information
#4003FF (or 0x4003FF) is known color: Han Purple. HEX triplet: 40, 03 and FF. RGB value is (64,3,255). Sum of RGB (Red+Green+Blue) = 64+3+255=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #4003FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4003FF is #BFFC00. Grayscale: #313131. Windows color (decimal): -12581889 or 16712512. OLE color: 16712512.
HSL color Cylindrical-coordinate representation of color #4003FF: hue angle of 254.52º 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 #4003FF is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 3 | 255 | - |
| CMYK | 0.75 | 0.99 | 0 | 0 |
| HSL | 254.52º | 1% | 0.51% | - |
| HSV(B) | 254.52º | 0.99% | 1% | - |
| XYZ | 20.2 | 8.38 | 95.16 | - |
| YUV | 49.97 | 243.71 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 255 | 0.75 | 0.99 | 0 | 0 | 254.52 | 1 | 0.51 |
| Hex | 40 | 3 | FF | 4B | 63 | 0 | 0 | FF | 64 | 33 |
| Octal | 100 | 3 | 377 | 113 | 143 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000000 | 11 | 11111111 | 1001011 | 1100011 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4003FF
Complementary color
Monochromatic Colors of #4003FF
Black with #4003FF
Text Example
Text Example
White with #4003FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4003FF; }
p { color: rgb(64,3,255); }
H1.HeaderClassName
{
color: #4003FF;
}
.AnyTagClassName
{
color: #4003FF;
}
</style>
background-color css
<style>
a { background-color: #4003FF; }
a { background-color: rgb(64,3,255); }
div.DivClassName
{
background-color: #4003FF;
}
.BgClassName
{
background-color: #4003FF;
}
</style>
border-color css
<style>
span { border-color: #4003FF; }
span { border-color: rgb(64,3,255); }
td.TdClassName
{
border-color: #4003FF;
}
.TagClassName
{
border-color: #4003FF;
}
</style>