Shades of Han Purple #4005FA
Tints of Han Purple #4005FA
RGB
CMYK
RGB Variations
Color information
#4005FA (or 0x4005FA) is known color: Han Purple. HEX triplet: 40, 05 and FA. RGB value is (64,5,250). Sum of RGB (Red+Green+Blue) = 64+5+250=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #4005FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005FA is #BFFA05. Grayscale: #313131. Windows color (decimal): -12581382 or 16385344. OLE color: 16385344.
HSL color Cylindrical-coordinate representation of color #4005FA: hue angle of 254.45º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005FA is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 5 | 250 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.02 |
| HSL | 254.45º | 0.96% | 0.5% | - |
| HSV(B) | 254.45º | 0.98% | 0.98% | - |
| XYZ | 19.42 | 8.1 | 90.98 | - |
| YUV | 50.57 | 240.55 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 250 | 0.74 | 0.98 | 0 | 0.02 | 254.45 | 0.96 | 0.5 |
| Hex | 40 | 5 | FA | 4A | 62 | 0 | 2 | FE | 60 | 32 |
| Octal | 100 | 5 | 372 | 112 | 142 | 0 | 2 | 376 | 140 | 62 |
| Binary | 1000000 | 101 | 11111010 | 1001010 | 1100010 | 0 | 10 | 11111110 | 1100000 | 110010 |
Color Harmonies of #4005FA
Complementary color
Monochromatic Colors of #4005FA
Black with #4005FA
Text Example
Text Example
White with #4005FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005FA; }
p { color: rgb(64,5,250); }
H1.HeaderClassName
{
color: #4005FA;
}
.AnyTagClassName
{
color: #4005FA;
}
</style>
background-color css
<style>
a { background-color: #4005FA; }
a { background-color: rgb(64,5,250); }
div.DivClassName
{
background-color: #4005FA;
}
.BgClassName
{
background-color: #4005FA;
}
</style>
border-color css
<style>
span { border-color: #4005FA; }
span { border-color: rgb(64,5,250); }
td.TdClassName
{
border-color: #4005FA;
}
.TagClassName
{
border-color: #4005FA;
}
</style>