Shades of Han Purple #2A0EFB
Tints of Han Purple #2A0EFB
RGB
CMYK
RGB Variations
Color information
#2A0EFB (or 0x2A0EFB) is known color: Han Purple. HEX triplet: 2A, 0E and FB. RGB value is (42,14,251). Sum of RGB (Red+Green+Blue) = 42+14+251=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0EFB is #D5F104. Grayscale: #303030. Windows color (decimal): -14020869 or 16453162. OLE color: 16453162.
HSL color Cylindrical-coordinate representation of color #2A0EFB: hue angle of 247.09º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0EFB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 14 | 251 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.02 |
| HSL | 247.09º | 0.97% | 0.52% | - |
| HSV(B) | 247.09º | 0.94% | 0.98% | - |
| XYZ | 18.52 | 7.77 | 91.79 | - |
| YUV | 49.39 | 241.78 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 251 | 0.83 | 0.94 | 0 | 0.02 | 247.09 | 0.97 | 0.52 |
| Hex | 2A | E | FB | 53 | 5E | 0 | 2 | F7 | 61 | 34 |
| Octal | 52 | 16 | 373 | 123 | 136 | 0 | 2 | 367 | 141 | 64 |
| Binary | 101010 | 1110 | 11111011 | 1010011 | 1011110 | 0 | 10 | 11110111 | 1100001 | 110100 |
Color Harmonies of #2A0EFB
Complementary color
Monochromatic Colors of #2A0EFB
Black with #2A0EFB
Text Example
Text Example
White with #2A0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0EFB; }
p { color: rgb(42,14,251); }
H1.HeaderClassName
{
color: #2A0EFB;
}
.AnyTagClassName
{
color: #2A0EFB;
}
</style>
background-color css
<style>
a { background-color: #2A0EFB; }
a { background-color: rgb(42,14,251); }
div.DivClassName
{
background-color: #2A0EFB;
}
.BgClassName
{
background-color: #2A0EFB;
}
</style>
border-color css
<style>
span { border-color: #2A0EFB; }
span { border-color: rgb(42,14,251); }
td.TdClassName
{
border-color: #2A0EFB;
}
.TagClassName
{
border-color: #2A0EFB;
}
</style>