Shades of Han Purple #400CF5
Tints of Han Purple #400CF5
RGB
CMYK
RGB Variations
Color information
#400CF5 (or 0x400CF5) is known color: Han Purple. HEX triplet: 40, 0C and F5. RGB value is (64,12,245). Sum of RGB (Red+Green+Blue) = 64+12+245=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 245 (96.09% from 255 or 76.32% from 321); Max value from RGB is 245 - color contains mainly: blue. Hex color #400CF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CF5 is #BFF30A. Grayscale: #353535. Windows color (decimal): -12579595 or 16059456. OLE color: 16059456.
HSL color Cylindrical-coordinate representation of color #400CF5: hue angle of 253.39º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CF5 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 12 | 245 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.04 |
| HSL | 253.39º | 0.92% | 0.5% | - |
| HSV(B) | 253.39º | 0.95% | 0.96% | - |
| XYZ | 18.73 | 7.95 | 86.93 | - |
| YUV | 54.11 | 235.73 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 245 | 0.74 | 0.95 | 0 | 0.04 | 253.39 | 0.92 | 0.5 |
| Hex | 40 | C | F5 | 4A | 5F | 0 | 4 | FD | 5C | 32 |
| Octal | 100 | 14 | 365 | 112 | 137 | 0 | 4 | 375 | 134 | 62 |
| Binary | 1000000 | 1100 | 11110101 | 1001010 | 1011111 | 0 | 100 | 11111101 | 1011100 | 110010 |
Color Harmonies of #400CF5
Complementary color
Monochromatic Colors of #400CF5
Black with #400CF5
Text Example
Text Example
White with #400CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CF5; }
p { color: rgb(64,12,245); }
H1.HeaderClassName
{
color: #400CF5;
}
.AnyTagClassName
{
color: #400CF5;
}
</style>
background-color css
<style>
a { background-color: #400CF5; }
a { background-color: rgb(64,12,245); }
div.DivClassName
{
background-color: #400CF5;
}
.BgClassName
{
background-color: #400CF5;
}
</style>
border-color css
<style>
span { border-color: #400CF5; }
span { border-color: rgb(64,12,245); }
td.TdClassName
{
border-color: #400CF5;
}
.TagClassName
{
border-color: #400CF5;
}
</style>