Shades of Han Purple #2529F0
Tints of Han Purple #2529F0
RGB
CMYK
RGB Variations
Color information
#2529F0 (or 0x2529F0) is known color: Han Purple. HEX triplet: 25, 29 and F0. RGB value is (37,41,240). Sum of RGB (Red+Green+Blue) = 37+41+240=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 240 (94.14% from 255 or 75.47% from 318); Max value from RGB is 240 - color contains mainly: blue. Hex color #2529F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529F0 is #DAD60F. Grayscale: #3D3D3D. Windows color (decimal): -14341648 or 15739173. OLE color: 15739173.
HSL color Cylindrical-coordinate representation of color #2529F0: hue angle of 238.82º degrees, saturation: 0.87, 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 #2529F0 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 41 | 240 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.06 |
| HSL | 238.82º | 0.87% | 0.54% | - |
| HSV(B) | 238.82º | 0.85% | 0.94% | - |
| XYZ | 17.28 | 8.27 | 83.12 | - |
| YUV | 62.49 | 228.17 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 240 | 0.85 | 0.83 | 0 | 0.06 | 238.82 | 0.87 | 0.54 |
| Hex | 25 | 29 | F0 | 55 | 53 | 0 | 6 | EF | 57 | 36 |
| Octal | 45 | 51 | 360 | 125 | 123 | 0 | 6 | 357 | 127 | 66 |
| Binary | 100101 | 101001 | 11110000 | 1010101 | 1010011 | 0 | 110 | 11101111 | 1010111 | 110110 |
Color Harmonies of #2529F0
Complementary color
Monochromatic Colors of #2529F0
Black with #2529F0
Text Example
Text Example
White with #2529F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529F0; }
p { color: rgb(37,41,240); }
H1.HeaderClassName
{
color: #2529F0;
}
.AnyTagClassName
{
color: #2529F0;
}
</style>
background-color css
<style>
a { background-color: #2529F0; }
a { background-color: rgb(37,41,240); }
div.DivClassName
{
background-color: #2529F0;
}
.BgClassName
{
background-color: #2529F0;
}
</style>
border-color css
<style>
span { border-color: #2529F0; }
span { border-color: rgb(37,41,240); }
td.TdClassName
{
border-color: #2529F0;
}
.TagClassName
{
border-color: #2529F0;
}
</style>