Shades of Han Purple #402BEE
Tints of Han Purple #402BEE
RGB
CMYK
RGB Variations
Color information
#402BEE (or 0x402BEE) is known color: Han Purple. HEX triplet: 40, 2B and EE. RGB value is (64,43,238). Sum of RGB (Red+Green+Blue) = 64+43+238=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #402BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402BEE is #BFD411. Grayscale: #464646. Windows color (decimal): -12571666 or 15608640. OLE color: 15608640.
HSL color Cylindrical-coordinate representation of color #402BEE: hue angle of 246.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402BEE is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 43 | 238 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.07 |
| HSL | 246.46º | 0.85% | 0.55% | - |
| HSV(B) | 246.46º | 0.82% | 0.93% | - |
| XYZ | 18.41 | 8.99 | 81.65 | - |
| YUV | 71.51 | 221.96 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 238 | 0.73 | 0.82 | 0 | 0.07 | 246.46 | 0.85 | 0.55 |
| Hex | 40 | 2B | EE | 49 | 52 | 0 | 7 | F6 | 55 | 37 |
| Octal | 100 | 53 | 356 | 111 | 122 | 0 | 7 | 366 | 125 | 67 |
| Binary | 1000000 | 101011 | 11101110 | 1001001 | 1010010 | 0 | 111 | 11110110 | 1010101 | 110111 |
Color Harmonies of #402BEE
Complementary color
Monochromatic Colors of #402BEE
Black with #402BEE
Text Example
Text Example
White with #402BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BEE; }
p { color: rgb(64,43,238); }
H1.HeaderClassName
{
color: #402BEE;
}
.AnyTagClassName
{
color: #402BEE;
}
</style>
background-color css
<style>
a { background-color: #402BEE; }
a { background-color: rgb(64,43,238); }
div.DivClassName
{
background-color: #402BEE;
}
.BgClassName
{
background-color: #402BEE;
}
</style>
border-color css
<style>
span { border-color: #402BEE; }
span { border-color: rgb(64,43,238); }
td.TdClassName
{
border-color: #402BEE;
}
.TagClassName
{
border-color: #402BEE;
}
</style>