Shades of Han Purple #2529FC
Tints of Han Purple #2529FC
RGB
CMYK
RGB Variations
Color information
#2529FC (or 0x2529FC) is known color: Han Purple. HEX triplet: 25, 29 and FC. RGB value is (37,41,252). Sum of RGB (Red+Green+Blue) = 37+41+252=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #2529FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529FC is #DAD603. Grayscale: #3F3F3F. Windows color (decimal): -14341636 or 16525605. OLE color: 16525605.
HSL color Cylindrical-coordinate representation of color #2529FC: hue angle of 238.88º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2529FC is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 41 | 252 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.01 |
| HSL | 238.88º | 0.97% | 0.57% | - |
| HSV(B) | 238.88º | 0.85% | 0.99% | - |
| XYZ | 19.13 | 9.01 | 92.83 | - |
| YUV | 63.86 | 234.17 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 252 | 0.85 | 0.84 | 0 | 0.01 | 238.88 | 0.97 | 0.57 |
| Hex | 25 | 29 | FC | 55 | 54 | 0 | 1 | EF | 61 | 39 |
| Octal | 45 | 51 | 374 | 125 | 124 | 0 | 1 | 357 | 141 | 71 |
| Binary | 100101 | 101001 | 11111100 | 1010101 | 1010100 | 0 | 1 | 11101111 | 1100001 | 111001 |
Color Harmonies of #2529FC
Complementary color
Monochromatic Colors of #2529FC
Black with #2529FC
Text Example
Text Example
White with #2529FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529FC; }
p { color: rgb(37,41,252); }
H1.HeaderClassName
{
color: #2529FC;
}
.AnyTagClassName
{
color: #2529FC;
}
</style>
background-color css
<style>
a { background-color: #2529FC; }
a { background-color: rgb(37,41,252); }
div.DivClassName
{
background-color: #2529FC;
}
.BgClassName
{
background-color: #2529FC;
}
</style>
border-color css
<style>
span { border-color: #2529FC; }
span { border-color: rgb(37,41,252); }
td.TdClassName
{
border-color: #2529FC;
}
.TagClassName
{
border-color: #2529FC;
}
</style>