Shades of Han Purple #2527F0
Tints of Han Purple #2527F0
RGB
CMYK
RGB Variations
Color information
#2527F0 (or 0x2527F0) is known color: Han Purple. HEX triplet: 25, 27 and F0. RGB value is (37,39,240). Sum of RGB (Red+Green+Blue) = 37+39+240=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 240 (94.14% from 255 or 75.95% from 316); Max value from RGB is 240 - color contains mainly: blue. Hex color #2527F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2527F0 is #DAD80F. Grayscale: #3C3C3C. Windows color (decimal): -14342160 or 15738661. OLE color: 15738661.
HSL color Cylindrical-coordinate representation of color #2527F0: hue angle of 239.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2527F0 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 39 | 240 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.06 |
| HSL | 239.41º | 0.87% | 0.54% | - |
| HSV(B) | 239.41º | 0.85% | 0.94% | - |
| XYZ | 17.22 | 8.14 | 83.1 | - |
| YUV | 61.32 | 228.84 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 240 | 0.85 | 0.84 | 0 | 0.06 | 239.41 | 0.87 | 0.54 |
| Hex | 25 | 27 | F0 | 55 | 54 | 0 | 6 | EF | 57 | 36 |
| Octal | 45 | 47 | 360 | 125 | 124 | 0 | 6 | 357 | 127 | 66 |
| Binary | 100101 | 100111 | 11110000 | 1010101 | 1010100 | 0 | 110 | 11101111 | 1010111 | 110110 |
Color Harmonies of #2527F0
Complementary color
Monochromatic Colors of #2527F0
Black with #2527F0
Text Example
Text Example
White with #2527F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2527F0; }
p { color: rgb(37,39,240); }
H1.HeaderClassName
{
color: #2527F0;
}
.AnyTagClassName
{
color: #2527F0;
}
</style>
background-color css
<style>
a { background-color: #2527F0; }
a { background-color: rgb(37,39,240); }
div.DivClassName
{
background-color: #2527F0;
}
.BgClassName
{
background-color: #2527F0;
}
</style>
border-color css
<style>
span { border-color: #2527F0; }
span { border-color: rgb(37,39,240); }
td.TdClassName
{
border-color: #2527F0;
}
.TagClassName
{
border-color: #2527F0;
}
</style>