Shades of Han Purple #2529EE
Tints of Han Purple #2529EE
RGB
CMYK
RGB Variations
Color information
#2529EE (or 0x2529EE) is known color: Han Purple. HEX triplet: 25, 29 and EE. RGB value is (37,41,238). Sum of RGB (Red+Green+Blue) = 37+41+238=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #2529EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529EE is #DAD611. Grayscale: #3D3D3D. Windows color (decimal): -14341650 or 15608101. OLE color: 15608101.
HSL color Cylindrical-coordinate representation of color #2529EE: hue angle of 238.81º 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 #2529EE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 41 | 238 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.07 |
| HSL | 238.81º | 0.86% | 0.54% | - |
| HSV(B) | 238.81º | 0.84% | 0.93% | - |
| XYZ | 16.99 | 8.15 | 81.57 | - |
| YUV | 62.26 | 227.17 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 238 | 0.84 | 0.83 | 0 | 0.07 | 238.81 | 0.86 | 0.54 |
| Hex | 25 | 29 | EE | 54 | 53 | 0 | 7 | EF | 56 | 36 |
| Octal | 45 | 51 | 356 | 124 | 123 | 0 | 7 | 357 | 126 | 66 |
| Binary | 100101 | 101001 | 11101110 | 1010100 | 1010011 | 0 | 111 | 11101111 | 1010110 | 110110 |
Color Harmonies of #2529EE
Complementary color
Monochromatic Colors of #2529EE
Black with #2529EE
Text Example
Text Example
White with #2529EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529EE; }
p { color: rgb(37,41,238); }
H1.HeaderClassName
{
color: #2529EE;
}
.AnyTagClassName
{
color: #2529EE;
}
</style>
background-color css
<style>
a { background-color: #2529EE; }
a { background-color: rgb(37,41,238); }
div.DivClassName
{
background-color: #2529EE;
}
.BgClassName
{
background-color: #2529EE;
}
</style>
border-color css
<style>
span { border-color: #2529EE; }
span { border-color: rgb(37,41,238); }
td.TdClassName
{
border-color: #2529EE;
}
.TagClassName
{
border-color: #2529EE;
}
</style>