Shades of Han Purple #2528F3
Tints of Han Purple #2528F3
RGB
CMYK
RGB Variations
Color information
#2528F3 (or 0x2528F3) is known color: Han Purple. HEX triplet: 25, 28 and F3. RGB value is (37,40,243). Sum of RGB (Red+Green+Blue) = 37+40+243=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #2528F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528F3 is #DAD70C. Grayscale: #3D3D3D. Windows color (decimal): -14341901 or 15935525. OLE color: 15935525.
HSL color Cylindrical-coordinate representation of color #2528F3: hue angle of 239.13º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2528F3 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 40 | 243 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.05 |
| HSL | 239.13º | 0.9% | 0.55% | - |
| HSV(B) | 239.13º | 0.85% | 0.95% | - |
| XYZ | 17.7 | 8.38 | 85.48 | - |
| YUV | 62.25 | 230.01 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 243 | 0.85 | 0.84 | 0 | 0.05 | 239.13 | 0.9 | 0.55 |
| Hex | 25 | 28 | F3 | 55 | 54 | 0 | 5 | EF | 5A | 37 |
| Octal | 45 | 50 | 363 | 125 | 124 | 0 | 5 | 357 | 132 | 67 |
| Binary | 100101 | 101000 | 11110011 | 1010101 | 1010100 | 0 | 101 | 11101111 | 1011010 | 110111 |
Color Harmonies of #2528F3
Complementary color
Monochromatic Colors of #2528F3
Black with #2528F3
Text Example
Text Example
White with #2528F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528F3; }
p { color: rgb(37,40,243); }
H1.HeaderClassName
{
color: #2528F3;
}
.AnyTagClassName
{
color: #2528F3;
}
</style>
background-color css
<style>
a { background-color: #2528F3; }
a { background-color: rgb(37,40,243); }
div.DivClassName
{
background-color: #2528F3;
}
.BgClassName
{
background-color: #2528F3;
}
</style>
border-color css
<style>
span { border-color: #2528F3; }
span { border-color: rgb(37,40,243); }
td.TdClassName
{
border-color: #2528F3;
}
.TagClassName
{
border-color: #2528F3;
}
</style>