Shades of Han Purple #402FEA
Tints of Han Purple #402FEA
RGB
CMYK
RGB Variations
Color information
#402FEA (or 0x402FEA) is known color: Han Purple. HEX triplet: 40, 2F and EA. RGB value is (64,47,234). Sum of RGB (Red+Green+Blue) = 64+47+234=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #402FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FEA is #BFD015. Grayscale: #484848. Windows color (decimal): -12570646 or 15347520. OLE color: 15347520.
HSL color Cylindrical-coordinate representation of color #402FEA: hue angle of 245.45º 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 #402FEA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 47 | 234 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.08 |
| HSL | 245.45º | 0.82% | 0.55% | - |
| HSV(B) | 245.45º | 0.8% | 0.92% | - |
| XYZ | 17.98 | 9.06 | 78.64 | - |
| YUV | 73.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 234 | 0.73 | 0.80 | 0 | 0.08 | 245.45 | 0.82 | 0.55 |
| Hex | 40 | 2F | EA | 49 | 50 | 0 | 8 | F5 | 52 | 37 |
| Octal | 100 | 57 | 352 | 111 | 120 | 0 | 10 | 365 | 122 | 67 |
| Binary | 1000000 | 101111 | 11101010 | 1001001 | 1010000 | 0 | 1000 | 11110101 | 1010010 | 110111 |
Color Harmonies of #402FEA
Complementary color
Monochromatic Colors of #402FEA
Black with #402FEA
Text Example
Text Example
White with #402FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FEA; }
p { color: rgb(64,47,234); }
H1.HeaderClassName
{
color: #402FEA;
}
.AnyTagClassName
{
color: #402FEA;
}
</style>
background-color css
<style>
a { background-color: #402FEA; }
a { background-color: rgb(64,47,234); }
div.DivClassName
{
background-color: #402FEA;
}
.BgClassName
{
background-color: #402FEA;
}
</style>
border-color css
<style>
span { border-color: #402FEA; }
span { border-color: rgb(64,47,234); }
td.TdClassName
{
border-color: #402FEA;
}
.TagClassName
{
border-color: #402FEA;
}
</style>