Shades of Han Purple #2A25EB
Tints of Han Purple #2A25EB
RGB
CMYK
RGB Variations
Color information
#2A25EB (or 0x2A25EB) is known color: Han Purple. HEX triplet: 2A, 25 and EB. RGB value is (42,37,235). Sum of RGB (Red+Green+Blue) = 42+37+235=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A25EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A25EB is #D5DA14. Grayscale: #3C3C3C. Windows color (decimal): -14014997 or 15410474. OLE color: 15410474.
HSL color Cylindrical-coordinate representation of color #2A25EB: hue angle of 241.52º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A25EB is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 37 | 235 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.08 |
| HSL | 241.52º | 0.83% | 0.53% | - |
| HSV(B) | 241.52º | 0.84% | 0.92% | - |
| XYZ | 16.61 | 7.81 | 79.23 | - |
| YUV | 61.07 | 226.16 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 235 | 0.82 | 0.84 | 0 | 0.08 | 241.52 | 0.83 | 0.53 |
| Hex | 2A | 25 | EB | 52 | 54 | 0 | 8 | F2 | 53 | 35 |
| Octal | 52 | 45 | 353 | 122 | 124 | 0 | 10 | 362 | 123 | 65 |
| Binary | 101010 | 100101 | 11101011 | 1010010 | 1010100 | 0 | 1000 | 11110010 | 1010011 | 110101 |
Color Harmonies of #2A25EB
Complementary color
Monochromatic Colors of #2A25EB
Black with #2A25EB
Text Example
Text Example
White with #2A25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A25EB; }
p { color: rgb(42,37,235); }
H1.HeaderClassName
{
color: #2A25EB;
}
.AnyTagClassName
{
color: #2A25EB;
}
</style>
background-color css
<style>
a { background-color: #2A25EB; }
a { background-color: rgb(42,37,235); }
div.DivClassName
{
background-color: #2A25EB;
}
.BgClassName
{
background-color: #2A25EB;
}
</style>
border-color css
<style>
span { border-color: #2A25EB; }
span { border-color: rgb(42,37,235); }
td.TdClassName
{
border-color: #2A25EB;
}
.TagClassName
{
border-color: #2A25EB;
}
</style>