Shades of Han Purple #2528ED
Tints of Han Purple #2528ED
RGB
CMYK
RGB Variations
Color information
#2528ED (or 0x2528ED) is known color: Han Purple. HEX triplet: 25, 28 and ED. RGB value is (37,40,237). Sum of RGB (Red+Green+Blue) = 37+40+237=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #2528ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528ED is #DAD712. Grayscale: #3C3C3C. Windows color (decimal): -14341907 or 15542309. OLE color: 15542309.
HSL color Cylindrical-coordinate representation of color #2528ED: hue angle of 239.1º degrees, saturation: 0.85, 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 #2528ED is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 40 | 237 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.07 |
| HSL | 239.1º | 0.85% | 0.54% | - |
| HSV(B) | 239.1º | 0.84% | 0.93% | - |
| XYZ | 16.81 | 8.03 | 80.78 | - |
| YUV | 61.56 | 227.01 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 237 | 0.84 | 0.83 | 0 | 0.07 | 239.1 | 0.85 | 0.54 |
| Hex | 25 | 28 | ED | 54 | 53 | 0 | 7 | EF | 55 | 36 |
| Octal | 45 | 50 | 355 | 124 | 123 | 0 | 7 | 357 | 125 | 66 |
| Binary | 100101 | 101000 | 11101101 | 1010100 | 1010011 | 0 | 111 | 11101111 | 1010101 | 110110 |
Color Harmonies of #2528ED
Complementary color
Monochromatic Colors of #2528ED
Black with #2528ED
Text Example
Text Example
White with #2528ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528ED; }
p { color: rgb(37,40,237); }
H1.HeaderClassName
{
color: #2528ED;
}
.AnyTagClassName
{
color: #2528ED;
}
</style>
background-color css
<style>
a { background-color: #2528ED; }
a { background-color: rgb(37,40,237); }
div.DivClassName
{
background-color: #2528ED;
}
.BgClassName
{
background-color: #2528ED;
}
</style>
border-color css
<style>
span { border-color: #2528ED; }
span { border-color: rgb(37,40,237); }
td.TdClassName
{
border-color: #2528ED;
}
.TagClassName
{
border-color: #2528ED;
}
</style>