Shades of Han Purple #2528FA
Tints of Han Purple #2528FA
RGB
CMYK
RGB Variations
Color information
#2528FA (or 0x2528FA) is known color: Han Purple. HEX triplet: 25, 28 and FA. RGB value is (37,40,250). Sum of RGB (Red+Green+Blue) = 37+40+250=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #2528FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528FA is #DAD705. Grayscale: #3E3E3E. Windows color (decimal): -14341894 or 16394277. OLE color: 16394277.
HSL color Cylindrical-coordinate representation of color #2528FA: hue angle of 239.15º 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 #2528FA is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 40 | 250 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.02 |
| HSL | 239.15º | 0.96% | 0.56% | - |
| HSV(B) | 239.15º | 0.85% | 0.98% | - |
| XYZ | 18.78 | 8.81 | 91.15 | - |
| YUV | 63.04 | 233.51 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 250 | 0.85 | 0.84 | 0 | 0.02 | 239.15 | 0.96 | 0.56 |
| Hex | 25 | 28 | FA | 55 | 54 | 0 | 2 | EF | 60 | 38 |
| Octal | 45 | 50 | 372 | 125 | 124 | 0 | 2 | 357 | 140 | 70 |
| Binary | 100101 | 101000 | 11111010 | 1010101 | 1010100 | 0 | 10 | 11101111 | 1100000 | 111000 |
Color Harmonies of #2528FA
Complementary color
Monochromatic Colors of #2528FA
Black with #2528FA
Text Example
Text Example
White with #2528FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528FA; }
p { color: rgb(37,40,250); }
H1.HeaderClassName
{
color: #2528FA;
}
.AnyTagClassName
{
color: #2528FA;
}
</style>
background-color css
<style>
a { background-color: #2528FA; }
a { background-color: rgb(37,40,250); }
div.DivClassName
{
background-color: #2528FA;
}
.BgClassName
{
background-color: #2528FA;
}
</style>
border-color css
<style>
span { border-color: #2528FA; }
span { border-color: rgb(37,40,250); }
td.TdClassName
{
border-color: #2528FA;
}
.TagClassName
{
border-color: #2528FA;
}
</style>