Shades of Han Purple #402CEF
Tints of Han Purple #402CEF
RGB
CMYK
RGB Variations
Color information
#402CEF (or 0x402CEF) is known color: Han Purple. HEX triplet: 40, 2C and EF. RGB value is (64,44,239). Sum of RGB (Red+Green+Blue) = 64+44+239=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #402CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CEF is #BFD310. Grayscale: #474747. Windows color (decimal): -12571409 or 15674432. OLE color: 15674432.
HSL color Cylindrical-coordinate representation of color #402CEF: hue angle of 246.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402CEF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 44 | 239 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.06 |
| HSL | 246.15º | 0.86% | 0.55% | - |
| HSV(B) | 246.15º | 0.82% | 0.94% | - |
| XYZ | 18.6 | 9.12 | 82.44 | - |
| YUV | 72.21 | 222.13 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 239 | 0.73 | 0.82 | 0 | 0.06 | 246.15 | 0.86 | 0.55 |
| Hex | 40 | 2C | EF | 49 | 52 | 0 | 6 | F6 | 56 | 37 |
| Octal | 100 | 54 | 357 | 111 | 122 | 0 | 6 | 366 | 126 | 67 |
| Binary | 1000000 | 101100 | 11101111 | 1001001 | 1010010 | 0 | 110 | 11110110 | 1010110 | 110111 |
Color Harmonies of #402CEF
Complementary color
Monochromatic Colors of #402CEF
Black with #402CEF
Text Example
Text Example
White with #402CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CEF; }
p { color: rgb(64,44,239); }
H1.HeaderClassName
{
color: #402CEF;
}
.AnyTagClassName
{
color: #402CEF;
}
</style>
background-color css
<style>
a { background-color: #402CEF; }
a { background-color: rgb(64,44,239); }
div.DivClassName
{
background-color: #402CEF;
}
.BgClassName
{
background-color: #402CEF;
}
</style>
border-color css
<style>
span { border-color: #402CEF; }
span { border-color: rgb(64,44,239); }
td.TdClassName
{
border-color: #402CEF;
}
.TagClassName
{
border-color: #402CEF;
}
</style>