Shades of Han Purple #402FF1
Tints of Han Purple #402FF1
RGB
CMYK
RGB Variations
Color information
#402FF1 (or 0x402FF1) is known color: Han Purple. HEX triplet: 40, 2F and F1. RGB value is (64,47,241). Sum of RGB (Red+Green+Blue) = 64+47+241=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #402FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FF1 is #BFD00E. Grayscale: #494949. Windows color (decimal): -12570639 or 15806272. OLE color: 15806272.
HSL color Cylindrical-coordinate representation of color #402FF1: hue angle of 245.26º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402FF1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 47 | 241 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.05 |
| HSL | 245.26º | 0.87% | 0.56% | - |
| HSV(B) | 245.26º | 0.8% | 0.95% | - |
| XYZ | 19.01 | 9.47 | 84.05 | - |
| YUV | 74.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 241 | 0.73 | 0.80 | 0 | 0.05 | 245.26 | 0.87 | 0.56 |
| Hex | 40 | 2F | F1 | 49 | 50 | 0 | 5 | F5 | 57 | 38 |
| Octal | 100 | 57 | 361 | 111 | 120 | 0 | 5 | 365 | 127 | 70 |
| Binary | 1000000 | 101111 | 11110001 | 1001001 | 1010000 | 0 | 101 | 11110101 | 1010111 | 111000 |
Color Harmonies of #402FF1
Complementary color
Monochromatic Colors of #402FF1
Black with #402FF1
Text Example
Text Example
White with #402FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FF1; }
p { color: rgb(64,47,241); }
H1.HeaderClassName
{
color: #402FF1;
}
.AnyTagClassName
{
color: #402FF1;
}
</style>
background-color css
<style>
a { background-color: #402FF1; }
a { background-color: rgb(64,47,241); }
div.DivClassName
{
background-color: #402FF1;
}
.BgClassName
{
background-color: #402FF1;
}
</style>
border-color css
<style>
span { border-color: #402FF1; }
span { border-color: rgb(64,47,241); }
td.TdClassName
{
border-color: #402FF1;
}
.TagClassName
{
border-color: #402FF1;
}
</style>