Shades of Han Purple #401FFC
Tints of Han Purple #401FFC
RGB
CMYK
RGB Variations
Color information
#401FFC (or 0x401FFC) is known color: Han Purple. HEX triplet: 40, 1F and FC. RGB value is (64,31,252). Sum of RGB (Red+Green+Blue) = 64+31+252=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #401FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FFC is #BFE003. Grayscale: #414141. Windows color (decimal): -12574724 or 16523072. OLE color: 16523072.
HSL color Cylindrical-coordinate representation of color #401FFC: hue angle of 248.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401FFC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 31 | 252 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.01 |
| HSL | 248.96º | 0.97% | 0.55% | - |
| HSV(B) | 248.96º | 0.88% | 0.99% | - |
| XYZ | 20.18 | 9.1 | 92.79 | - |
| YUV | 66.06 | 232.93 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 252 | 0.75 | 0.88 | 0 | 0.01 | 248.96 | 0.97 | 0.55 |
| Hex | 40 | 1F | FC | 4B | 58 | 0 | 1 | F9 | 61 | 37 |
| Octal | 100 | 37 | 374 | 113 | 130 | 0 | 1 | 371 | 141 | 67 |
| Binary | 1000000 | 11111 | 11111100 | 1001011 | 1011000 | 0 | 1 | 11111001 | 1100001 | 110111 |
Color Harmonies of #401FFC
Complementary color
Monochromatic Colors of #401FFC
Black with #401FFC
Text Example
Text Example
White with #401FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FFC; }
p { color: rgb(64,31,252); }
H1.HeaderClassName
{
color: #401FFC;
}
.AnyTagClassName
{
color: #401FFC;
}
</style>
background-color css
<style>
a { background-color: #401FFC; }
a { background-color: rgb(64,31,252); }
div.DivClassName
{
background-color: #401FFC;
}
.BgClassName
{
background-color: #401FFC;
}
</style>
border-color css
<style>
span { border-color: #401FFC; }
span { border-color: rgb(64,31,252); }
td.TdClassName
{
border-color: #401FFC;
}
.TagClassName
{
border-color: #401FFC;
}
</style>