Shades of Han Purple #402FEB
Tints of Han Purple #402FEB
RGB
CMYK
RGB Variations
Color information
#402FEB (or 0x402FEB) is known color: Han Purple. HEX triplet: 40, 2F and EB. RGB value is (64,47,235). Sum of RGB (Red+Green+Blue) = 64+47+235=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #402FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FEB is #BFD014. Grayscale: #484848. Windows color (decimal): -12570645 or 15413056. OLE color: 15413056.
HSL color Cylindrical-coordinate representation of color #402FEB: hue angle of 245.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402FEB is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 47 | 235 | - |
| CMYK | 0.73 | 0.8 | 0 | 0.08 |
| HSL | 245.43º | 0.82% | 0.55% | - |
| HSV(B) | 245.43º | 0.8% | 0.92% | - |
| XYZ | 18.13 | 9.12 | 79.4 | - |
| YUV | 73.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 235 | 0.73 | 0.8 | 0 | 0.08 | 245.43 | 0.82 | 0.55 |
| Hex | 40 | 2F | EB | 49 | 50 | 0 | 8 | F5 | 52 | 37 |
| Octal | 100 | 57 | 353 | 111 | 120 | 0 | 10 | 365 | 122 | 67 |
| Binary | 1000000 | 101111 | 11101011 | 1001001 | 1010000 | 0 | 1000 | 11110101 | 1010010 | 110111 |
Color Harmonies of #402FEB
Complementary color
Monochromatic Colors of #402FEB
Black with #402FEB
Text Example
Text Example
White with #402FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FEB; }
p { color: rgb(64,47,235); }
H1.HeaderClassName
{
color: #402FEB;
}
.AnyTagClassName
{
color: #402FEB;
}
</style>
background-color css
<style>
a { background-color: #402FEB; }
a { background-color: rgb(64,47,235); }
div.DivClassName
{
background-color: #402FEB;
}
.BgClassName
{
background-color: #402FEB;
}
</style>
border-color css
<style>
span { border-color: #402FEB; }
span { border-color: rgb(64,47,235); }
td.TdClassName
{
border-color: #402FEB;
}
.TagClassName
{
border-color: #402FEB;
}
</style>