Shades of Han Purple #2528EE
Tints of Han Purple #2528EE
RGB
CMYK
RGB Variations
Color information
#2528EE (or 0x2528EE) is known color: Han Purple. HEX triplet: 25, 28 and EE. RGB value is (37,40,238). Sum of RGB (Red+Green+Blue) = 37+40+238=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #2528EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528EE is #DAD711. Grayscale: #3C3C3C. Windows color (decimal): -14341906 or 15607845. OLE color: 15607845.
HSL color Cylindrical-coordinate representation of color #2528EE: hue angle of 239.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2528EE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 40 | 238 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.07 |
| HSL | 239.1º | 0.86% | 0.54% | - |
| HSV(B) | 239.1º | 0.84% | 0.93% | - |
| XYZ | 16.95 | 8.08 | 81.56 | - |
| YUV | 61.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 238 | 0.84 | 0.83 | 0 | 0.07 | 239.1 | 0.86 | 0.54 |
| Hex | 25 | 28 | EE | 54 | 53 | 0 | 7 | EF | 56 | 36 |
| Octal | 45 | 50 | 356 | 124 | 123 | 0 | 7 | 357 | 126 | 66 |
| Binary | 100101 | 101000 | 11101110 | 1010100 | 1010011 | 0 | 111 | 11101111 | 1010110 | 110110 |
Color Harmonies of #2528EE
Complementary color
Monochromatic Colors of #2528EE
Black with #2528EE
Text Example
Text Example
White with #2528EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528EE; }
p { color: rgb(37,40,238); }
H1.HeaderClassName
{
color: #2528EE;
}
.AnyTagClassName
{
color: #2528EE;
}
</style>
background-color css
<style>
a { background-color: #2528EE; }
a { background-color: rgb(37,40,238); }
div.DivClassName
{
background-color: #2528EE;
}
.BgClassName
{
background-color: #2528EE;
}
</style>
border-color css
<style>
span { border-color: #2528EE; }
span { border-color: rgb(37,40,238); }
td.TdClassName
{
border-color: #2528EE;
}
.TagClassName
{
border-color: #2528EE;
}
</style>