Shades of Han Purple #2825EA
Tints of Han Purple #2825EA
RGB
CMYK
RGB Variations
Color information
#2825EA (or 0x2825EA) is known color: Han Purple. HEX triplet: 28, 25 and EA. RGB value is (40,37,234). Sum of RGB (Red+Green+Blue) = 40+37+234=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #2825EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2825EA is #D7DA15. Grayscale: #3B3B3B. Windows color (decimal): -14146070 or 15344936. OLE color: 15344936.
HSL color Cylindrical-coordinate representation of color #2825EA: hue angle of 240.91º degrees, saturation: 0.82, 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 #2825EA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 37 | 234 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.08 |
| HSL | 240.91º | 0.82% | 0.53% | - |
| HSV(B) | 240.91º | 0.84% | 0.92% | - |
| XYZ | 16.39 | 7.71 | 78.47 | - |
| YUV | 60.36 | 225.99 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 234 | 0.83 | 0.84 | 0 | 0.08 | 240.91 | 0.82 | 0.53 |
| Hex | 28 | 25 | EA | 53 | 54 | 0 | 8 | F1 | 52 | 35 |
| Octal | 50 | 45 | 352 | 123 | 124 | 0 | 10 | 361 | 122 | 65 |
| Binary | 101000 | 100101 | 11101010 | 1010011 | 1010100 | 0 | 1000 | 11110001 | 1010010 | 110101 |
Color Harmonies of #2825EA
Complementary color
Monochromatic Colors of #2825EA
Black with #2825EA
Text Example
Text Example
White with #2825EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825EA; }
p { color: rgb(40,37,234); }
H1.HeaderClassName
{
color: #2825EA;
}
.AnyTagClassName
{
color: #2825EA;
}
</style>
background-color css
<style>
a { background-color: #2825EA; }
a { background-color: rgb(40,37,234); }
div.DivClassName
{
background-color: #2825EA;
}
.BgClassName
{
background-color: #2825EA;
}
</style>
border-color css
<style>
span { border-color: #2825EA; }
span { border-color: rgb(40,37,234); }
td.TdClassName
{
border-color: #2825EA;
}
.TagClassName
{
border-color: #2825EA;
}
</style>