Shades of Han Purple #2529FF
Tints of Han Purple #2529FF
RGB
CMYK
RGB Variations
Color information
#2529FF (or 0x2529FF) is known color: Han Purple. HEX triplet: 25, 29 and FF. RGB value is (37,41,255). Sum of RGB (Red+Green+Blue) = 37+41+255=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #2529FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529FF is #DAD600. Grayscale: #3F3F3F. Windows color (decimal): -14341633 or 16722213. OLE color: 16722213.
HSL color Cylindrical-coordinate representation of color #2529FF: hue angle of 238.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2529FF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 41 | 255 | - |
| CMYK | 0.85 | 0.84 | 0 | 0 |
| HSL | 238.9º | 1% | 0.57% | - |
| HSV(B) | 238.9º | 0.85% | 1% | - |
| XYZ | 19.61 | 9.2 | 95.35 | - |
| YUV | 64.2 | 235.67 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 255 | 0.85 | 0.84 | 0 | 0 | 238.9 | 1 | 0.57 |
| Hex | 25 | 29 | FF | 55 | 54 | 0 | 0 | EF | 64 | 39 |
| Octal | 45 | 51 | 377 | 125 | 124 | 0 | 0 | 357 | 144 | 71 |
| Binary | 100101 | 101001 | 11111111 | 1010101 | 1010100 | 0 | 0 | 11101111 | 1100100 | 111001 |
Color Harmonies of #2529FF
Complementary color
Monochromatic Colors of #2529FF
Black with #2529FF
Text Example
Text Example
White with #2529FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529FF; }
p { color: rgb(37,41,255); }
H1.HeaderClassName
{
color: #2529FF;
}
.AnyTagClassName
{
color: #2529FF;
}
</style>
background-color css
<style>
a { background-color: #2529FF; }
a { background-color: rgb(37,41,255); }
div.DivClassName
{
background-color: #2529FF;
}
.BgClassName
{
background-color: #2529FF;
}
</style>
border-color css
<style>
span { border-color: #2529FF; }
span { border-color: rgb(37,41,255); }
td.TdClassName
{
border-color: #2529FF;
}
.TagClassName
{
border-color: #2529FF;
}
</style>