Shades of Han Purple #2A24EB
Tints of Han Purple #2A24EB
RGB
CMYK
RGB Variations
Color information
#2A24EB (or 0x2A24EB) is known color: Han Purple. HEX triplet: 2A, 24 and EB. RGB value is (42,36,235). Sum of RGB (Red+Green+Blue) = 42+36+235=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A24EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A24EB is #D5DB14. Grayscale: #3B3B3B. Windows color (decimal): -14015253 or 15410218. OLE color: 15410218.
HSL color Cylindrical-coordinate representation of color #2A24EB: hue angle of 241.81º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A24EB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 36 | 235 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.08 |
| HSL | 241.81º | 0.83% | 0.53% | - |
| HSV(B) | 241.81º | 0.85% | 0.92% | - |
| XYZ | 16.58 | 7.75 | 79.22 | - |
| YUV | 60.48 | 226.49 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 235 | 0.82 | 0.85 | 0 | 0.08 | 241.81 | 0.83 | 0.53 |
| Hex | 2A | 24 | EB | 52 | 55 | 0 | 8 | F2 | 53 | 35 |
| Octal | 52 | 44 | 353 | 122 | 125 | 0 | 10 | 362 | 123 | 65 |
| Binary | 101010 | 100100 | 11101011 | 1010010 | 1010101 | 0 | 1000 | 11110010 | 1010011 | 110101 |
Color Harmonies of #2A24EB
Complementary color
Monochromatic Colors of #2A24EB
Black with #2A24EB
Text Example
Text Example
White with #2A24EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A24EB; }
p { color: rgb(42,36,235); }
H1.HeaderClassName
{
color: #2A24EB;
}
.AnyTagClassName
{
color: #2A24EB;
}
</style>
background-color css
<style>
a { background-color: #2A24EB; }
a { background-color: rgb(42,36,235); }
div.DivClassName
{
background-color: #2A24EB;
}
.BgClassName
{
background-color: #2A24EB;
}
</style>
border-color css
<style>
span { border-color: #2A24EB; }
span { border-color: rgb(42,36,235); }
td.TdClassName
{
border-color: #2A24EB;
}
.TagClassName
{
border-color: #2A24EB;
}
</style>