Shades of Han Purple #2825EF
Tints of Han Purple #2825EF
RGB
CMYK
RGB Variations
Color information
#2825EF (or 0x2825EF) is known color: Han Purple. HEX triplet: 28, 25 and EF. RGB value is (40,37,239). Sum of RGB (Red+Green+Blue) = 40+37+239=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #2825EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2825EF is #D7DA10. Grayscale: #3C3C3C. Windows color (decimal): -14146065 or 15672616. OLE color: 15672616.
HSL color Cylindrical-coordinate representation of color #2825EF: hue angle of 240.89º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2825EF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 37 | 239 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.06 |
| HSL | 240.89º | 0.86% | 0.54% | - |
| HSV(B) | 240.89º | 0.85% | 0.94% | - |
| XYZ | 17.12 | 8.01 | 82.3 | - |
| YUV | 60.93 | 228.49 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 239 | 0.83 | 0.85 | 0 | 0.06 | 240.89 | 0.86 | 0.54 |
| Hex | 28 | 25 | EF | 53 | 55 | 0 | 6 | F1 | 56 | 36 |
| Octal | 50 | 45 | 357 | 123 | 125 | 0 | 6 | 361 | 126 | 66 |
| Binary | 101000 | 100101 | 11101111 | 1010011 | 1010101 | 0 | 110 | 11110001 | 1010110 | 110110 |
Color Harmonies of #2825EF
Complementary color
Monochromatic Colors of #2825EF
Black with #2825EF
Text Example
Text Example
White with #2825EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825EF; }
p { color: rgb(40,37,239); }
H1.HeaderClassName
{
color: #2825EF;
}
.AnyTagClassName
{
color: #2825EF;
}
</style>
background-color css
<style>
a { background-color: #2825EF; }
a { background-color: rgb(40,37,239); }
div.DivClassName
{
background-color: #2825EF;
}
.BgClassName
{
background-color: #2825EF;
}
</style>
border-color css
<style>
span { border-color: #2825EF; }
span { border-color: rgb(40,37,239); }
td.TdClassName
{
border-color: #2825EF;
}
.TagClassName
{
border-color: #2825EF;
}
</style>