Shades of Han Purple #2529EF
Tints of Han Purple #2529EF
RGB
CMYK
RGB Variations
Color information
#2529EF (or 0x2529EF) is known color: Han Purple. HEX triplet: 25, 29 and EF. RGB value is (37,41,239). Sum of RGB (Red+Green+Blue) = 37+41+239=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #2529EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529EF is #DAD610. Grayscale: #3D3D3D. Windows color (decimal): -14341649 or 15673637. OLE color: 15673637.
HSL color Cylindrical-coordinate representation of color #2529EF: hue angle of 238.81º 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 #2529EF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 41 | 239 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.06 |
| HSL | 238.81º | 0.86% | 0.54% | - |
| HSV(B) | 238.81º | 0.85% | 0.94% | - |
| XYZ | 17.14 | 8.21 | 82.34 | - |
| YUV | 62.38 | 227.67 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 239 | 0.85 | 0.83 | 0 | 0.06 | 238.81 | 0.86 | 0.54 |
| Hex | 25 | 29 | EF | 55 | 53 | 0 | 6 | EF | 56 | 36 |
| Octal | 45 | 51 | 357 | 125 | 123 | 0 | 6 | 357 | 126 | 66 |
| Binary | 100101 | 101001 | 11101111 | 1010101 | 1010011 | 0 | 110 | 11101111 | 1010110 | 110110 |
Color Harmonies of #2529EF
Complementary color
Monochromatic Colors of #2529EF
Black with #2529EF
Text Example
Text Example
White with #2529EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529EF; }
p { color: rgb(37,41,239); }
H1.HeaderClassName
{
color: #2529EF;
}
.AnyTagClassName
{
color: #2529EF;
}
</style>
background-color css
<style>
a { background-color: #2529EF; }
a { background-color: rgb(37,41,239); }
div.DivClassName
{
background-color: #2529EF;
}
.BgClassName
{
background-color: #2529EF;
}
</style>
border-color css
<style>
span { border-color: #2529EF; }
span { border-color: rgb(37,41,239); }
td.TdClassName
{
border-color: #2529EF;
}
.TagClassName
{
border-color: #2529EF;
}
</style>