Shades of Han Purple #2528F6
Tints of Han Purple #2528F6
RGB
CMYK
RGB Variations
Color information
#2528F6 (or 0x2528F6) is known color: Han Purple. HEX triplet: 25, 28 and F6. RGB value is (37,40,246). Sum of RGB (Red+Green+Blue) = 37+40+246=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 246 (96.48% from 255 or 76.16% from 323); Max value from RGB is 246 - color contains mainly: blue. Hex color #2528F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528F6 is #DAD709. Grayscale: #3D3D3D. Windows color (decimal): -14341898 or 16132133. OLE color: 16132133.
HSL color Cylindrical-coordinate representation of color #2528F6: hue angle of 239.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2528F6 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 40 | 246 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.04 |
| HSL | 239.14º | 0.92% | 0.55% | - |
| HSV(B) | 239.14º | 0.85% | 0.96% | - |
| XYZ | 18.16 | 8.56 | 87.88 | - |
| YUV | 62.59 | 231.51 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 246 | 0.85 | 0.84 | 0 | 0.04 | 239.14 | 0.92 | 0.55 |
| Hex | 25 | 28 | F6 | 55 | 54 | 0 | 4 | EF | 5C | 37 |
| Octal | 45 | 50 | 366 | 125 | 124 | 0 | 4 | 357 | 134 | 67 |
| Binary | 100101 | 101000 | 11110110 | 1010101 | 1010100 | 0 | 100 | 11101111 | 1011100 | 110111 |
Color Harmonies of #2528F6
Complementary color
Monochromatic Colors of #2528F6
Black with #2528F6
Text Example
Text Example
White with #2528F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528F6; }
p { color: rgb(37,40,246); }
H1.HeaderClassName
{
color: #2528F6;
}
.AnyTagClassName
{
color: #2528F6;
}
</style>
background-color css
<style>
a { background-color: #2528F6; }
a { background-color: rgb(37,40,246); }
div.DivClassName
{
background-color: #2528F6;
}
.BgClassName
{
background-color: #2528F6;
}
</style>
border-color css
<style>
span { border-color: #2528F6; }
span { border-color: rgb(37,40,246); }
td.TdClassName
{
border-color: #2528F6;
}
.TagClassName
{
border-color: #2528F6;
}
</style>