Shades of Han Purple #402AFF
Tints of Han Purple #402AFF
RGB
CMYK
RGB Variations
Color information
#402AFF (or 0x402AFF) is known color: Han Purple. HEX triplet: 40, 2A and FF. RGB value is (64,42,255). Sum of RGB (Red+Green+Blue) = 64+42+255=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #402AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402AFF is #BFD500. Grayscale: #484848. Windows color (decimal): -12571905 or 16722496. OLE color: 16722496.
HSL color Cylindrical-coordinate representation of color #402AFF: hue angle of 246.2º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #402AFF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 42 | 255 | - |
| CMYK | 0.75 | 0.84 | 0 | 0 |
| HSL | 246.2º | 1% | 0.58% | - |
| HSV(B) | 246.2º | 0.84% | 1% | - |
| XYZ | 20.99 | 9.97 | 95.42 | - |
| YUV | 72.86 | 230.79 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 255 | 0.75 | 0.84 | 0 | 0 | 246.2 | 1 | 0.58 |
| Hex | 40 | 2A | FF | 4B | 54 | 0 | 0 | F6 | 64 | 3A |
| Octal | 100 | 52 | 377 | 113 | 124 | 0 | 0 | 366 | 144 | 72 |
| Binary | 1000000 | 101010 | 11111111 | 1001011 | 1010100 | 0 | 0 | 11110110 | 1100100 | 111010 |
Color Harmonies of #402AFF
Complementary color
Monochromatic Colors of #402AFF
Black with #402AFF
Text Example
Text Example
White with #402AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402AFF; }
p { color: rgb(64,42,255); }
H1.HeaderClassName
{
color: #402AFF;
}
.AnyTagClassName
{
color: #402AFF;
}
</style>
background-color css
<style>
a { background-color: #402AFF; }
a { background-color: rgb(64,42,255); }
div.DivClassName
{
background-color: #402AFF;
}
.BgClassName
{
background-color: #402AFF;
}
</style>
border-color css
<style>
span { border-color: #402AFF; }
span { border-color: rgb(64,42,255); }
td.TdClassName
{
border-color: #402AFF;
}
.TagClassName
{
border-color: #402AFF;
}
</style>