Shades of Han Purple #402EFC
Tints of Han Purple #402EFC
RGB
CMYK
RGB Variations
Color information
#402EFC (or 0x402EFC) is known color: Han Purple. HEX triplet: 40, 2E and FC. RGB value is (64,46,252). Sum of RGB (Red+Green+Blue) = 64+46+252=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #402EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402EFC is #BFD103. Grayscale: #4A4A4A. Windows color (decimal): -12570884 or 16526912. OLE color: 16526912.
HSL color Cylindrical-coordinate representation of color #402EFC: hue angle of 245.24º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402EFC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 46 | 252 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.01 |
| HSL | 245.24º | 0.97% | 0.58% | - |
| HSV(B) | 245.24º | 0.82% | 0.99% | - |
| XYZ | 20.66 | 10.07 | 92.95 | - |
| YUV | 74.87 | 227.96 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 252 | 0.75 | 0.82 | 0 | 0.01 | 245.24 | 0.97 | 0.58 |
| Hex | 40 | 2E | FC | 4B | 52 | 0 | 1 | F5 | 61 | 3A |
| Octal | 100 | 56 | 374 | 113 | 122 | 0 | 1 | 365 | 141 | 72 |
| Binary | 1000000 | 101110 | 11111100 | 1001011 | 1010010 | 0 | 1 | 11110101 | 1100001 | 111010 |
Color Harmonies of #402EFC
Complementary color
Monochromatic Colors of #402EFC
Black with #402EFC
Text Example
Text Example
White with #402EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EFC; }
p { color: rgb(64,46,252); }
H1.HeaderClassName
{
color: #402EFC;
}
.AnyTagClassName
{
color: #402EFC;
}
</style>
background-color css
<style>
a { background-color: #402EFC; }
a { background-color: rgb(64,46,252); }
div.DivClassName
{
background-color: #402EFC;
}
.BgClassName
{
background-color: #402EFC;
}
</style>
border-color css
<style>
span { border-color: #402EFC; }
span { border-color: rgb(64,46,252); }
td.TdClassName
{
border-color: #402EFC;
}
.TagClassName
{
border-color: #402EFC;
}
</style>