Shades of Han Purple #2527FF
Tints of Han Purple #2527FF
RGB
CMYK
RGB Variations
Color information
#2527FF (or 0x2527FF) is known color: Han Purple. HEX triplet: 25, 27 and FF. RGB value is (37,39,255). Sum of RGB (Red+Green+Blue) = 37+39+255=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #2527FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2527FF is #DAD800. Grayscale: #3E3E3E. Windows color (decimal): -14342145 or 16721701. OLE color: 16721701.
HSL color Cylindrical-coordinate representation of color #2527FF: hue angle of 239.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2527FF is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 39 | 255 | - |
| CMYK | 0.85 | 0.85 | 0 | 0 |
| HSL | 239.45º | 1% | 0.57% | - |
| HSV(B) | 239.45º | 0.85% | 1% | - |
| XYZ | 19.54 | 9.06 | 95.33 | - |
| YUV | 63.03 | 236.34 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 255 | 0.85 | 0.85 | 0 | 0 | 239.45 | 1 | 0.57 |
| Hex | 25 | 27 | FF | 55 | 55 | 0 | 0 | EF | 64 | 39 |
| Octal | 45 | 47 | 377 | 125 | 125 | 0 | 0 | 357 | 144 | 71 |
| Binary | 100101 | 100111 | 11111111 | 1010101 | 1010101 | 0 | 0 | 11101111 | 1100100 | 111001 |
Color Harmonies of #2527FF
Complementary color
Monochromatic Colors of #2527FF
Black with #2527FF
Text Example
Text Example
White with #2527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2527FF; }
p { color: rgb(37,39,255); }
H1.HeaderClassName
{
color: #2527FF;
}
.AnyTagClassName
{
color: #2527FF;
}
</style>
background-color css
<style>
a { background-color: #2527FF; }
a { background-color: rgb(37,39,255); }
div.DivClassName
{
background-color: #2527FF;
}
.BgClassName
{
background-color: #2527FF;
}
</style>
border-color css
<style>
span { border-color: #2527FF; }
span { border-color: rgb(37,39,255); }
td.TdClassName
{
border-color: #2527FF;
}
.TagClassName
{
border-color: #2527FF;
}
</style>