Shades of Han Purple #2A04EE
Tints of Han Purple #2A04EE
RGB
CMYK
RGB Variations
Color information
#2A04EE (or 0x2A04EE) is known color: Han Purple. HEX triplet: 2A, 04 and EE. RGB value is (42,4,238). Sum of RGB (Red+Green+Blue) = 42+4+238=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A04EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A04EE is #D5FB11. Grayscale: #292929. Windows color (decimal): -14023442 or 15598634. OLE color: 15598634.
HSL color Cylindrical-coordinate representation of color #2A04EE: hue angle of 249.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A04EE is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 4 | 238 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.07 |
| HSL | 249.74º | 0.97% | 0.47% | - |
| HSV(B) | 249.74º | 0.98% | 0.93% | - |
| XYZ | 16.43 | 6.75 | 81.33 | - |
| YUV | 42.04 | 238.59 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 238 | 0.82 | 0.98 | 0 | 0.07 | 249.74 | 0.97 | 0.47 |
| Hex | 2A | 4 | EE | 52 | 62 | 0 | 7 | FA | 61 | 2F |
| Octal | 52 | 4 | 356 | 122 | 142 | 0 | 7 | 372 | 141 | 57 |
| Binary | 101010 | 100 | 11101110 | 1010010 | 1100010 | 0 | 111 | 11111010 | 1100001 | 101111 |
Color Harmonies of #2A04EE
Complementary color
Monochromatic Colors of #2A04EE
Black with #2A04EE
Text Example
Text Example
White with #2A04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A04EE; }
p { color: rgb(42,4,238); }
H1.HeaderClassName
{
color: #2A04EE;
}
.AnyTagClassName
{
color: #2A04EE;
}
</style>
background-color css
<style>
a { background-color: #2A04EE; }
a { background-color: rgb(42,4,238); }
div.DivClassName
{
background-color: #2A04EE;
}
.BgClassName
{
background-color: #2A04EE;
}
</style>
border-color css
<style>
span { border-color: #2A04EE; }
span { border-color: rgb(42,4,238); }
td.TdClassName
{
border-color: #2A04EE;
}
.TagClassName
{
border-color: #2A04EE;
}
</style>