Shades of Han Purple #2A0EFF
Tints of Han Purple #2A0EFF
RGB
CMYK
RGB Variations
Color information
#2A0EFF (or 0x2A0EFF) is known color: Han Purple. HEX triplet: 2A, 0E and FF. RGB value is (42,14,255). Sum of RGB (Red+Green+Blue) = 42+14+255=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0EFF is #D5F100. Grayscale: #303030. Windows color (decimal): -14020865 or 16715306. OLE color: 16715306.
HSL color Cylindrical-coordinate representation of color #2A0EFF: hue angle of 246.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0EFF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 14 | 255 | - |
| CMYK | 0.84 | 0.95 | 0 | 0 |
| HSL | 246.97º | 1% | 0.53% | - |
| HSV(B) | 246.97º | 0.95% | 1% | - |
| XYZ | 19.16 | 8.03 | 95.15 | - |
| YUV | 49.85 | 243.78 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 255 | 0.84 | 0.95 | 0 | 0 | 246.97 | 1 | 0.53 |
| Hex | 2A | E | FF | 54 | 5F | 0 | 0 | F7 | 64 | 35 |
| Octal | 52 | 16 | 377 | 124 | 137 | 0 | 0 | 367 | 144 | 65 |
| Binary | 101010 | 1110 | 11111111 | 1010100 | 1011111 | 0 | 0 | 11110111 | 1100100 | 110101 |
Color Harmonies of #2A0EFF
Complementary color
Monochromatic Colors of #2A0EFF
Black with #2A0EFF
Text Example
Text Example
White with #2A0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0EFF; }
p { color: rgb(42,14,255); }
H1.HeaderClassName
{
color: #2A0EFF;
}
.AnyTagClassName
{
color: #2A0EFF;
}
</style>
background-color css
<style>
a { background-color: #2A0EFF; }
a { background-color: rgb(42,14,255); }
div.DivClassName
{
background-color: #2A0EFF;
}
.BgClassName
{
background-color: #2A0EFF;
}
</style>
border-color css
<style>
span { border-color: #2A0EFF; }
span { border-color: rgb(42,14,255); }
td.TdClassName
{
border-color: #2A0EFF;
}
.TagClassName
{
border-color: #2A0EFF;
}
</style>