Shades of Han Purple #2529FA
Tints of Han Purple #2529FA
RGB
CMYK
RGB Variations
Color information
#2529FA (or 0x2529FA) is known color: Han Purple. HEX triplet: 25, 29 and FA. RGB value is (37,41,250). Sum of RGB (Red+Green+Blue) = 37+41+250=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #2529FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529FA is #DAD605. Grayscale: #3E3E3E. Windows color (decimal): -14341638 or 16394533. OLE color: 16394533.
HSL color Cylindrical-coordinate representation of color #2529FA: hue angle of 238.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2529FA is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 41 | 250 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.02 |
| HSL | 238.87º | 0.96% | 0.56% | - |
| HSV(B) | 238.87º | 0.85% | 0.98% | - |
| XYZ | 18.81 | 8.88 | 91.17 | - |
| YUV | 63.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 250 | 0.85 | 0.84 | 0 | 0.02 | 238.87 | 0.96 | 0.56 |
| Hex | 25 | 29 | FA | 55 | 54 | 0 | 2 | EF | 60 | 38 |
| Octal | 45 | 51 | 372 | 125 | 124 | 0 | 2 | 357 | 140 | 70 |
| Binary | 100101 | 101001 | 11111010 | 1010101 | 1010100 | 0 | 10 | 11101111 | 1100000 | 111000 |
Color Harmonies of #2529FA
Complementary color
Monochromatic Colors of #2529FA
Black with #2529FA
Text Example
Text Example
White with #2529FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529FA; }
p { color: rgb(37,41,250); }
H1.HeaderClassName
{
color: #2529FA;
}
.AnyTagClassName
{
color: #2529FA;
}
</style>
background-color css
<style>
a { background-color: #2529FA; }
a { background-color: rgb(37,41,250); }
div.DivClassName
{
background-color: #2529FA;
}
.BgClassName
{
background-color: #2529FA;
}
</style>
border-color css
<style>
span { border-color: #2529FA; }
span { border-color: rgb(37,41,250); }
td.TdClassName
{
border-color: #2529FA;
}
.TagClassName
{
border-color: #2529FA;
}
</style>