Shades of Han Purple #2520EA
Tints of Han Purple #2520EA
RGB
CMYK
RGB Variations
Color information
#2520EA (or 0x2520EA) is known color: Han Purple. HEX triplet: 25, 20 and EA. RGB value is (37,32,234). Sum of RGB (Red+Green+Blue) = 37+32+234=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #2520EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2520EA is #DADF15. Grayscale: #373737. Windows color (decimal): -14343958 or 15343653. OLE color: 15343653.
HSL color Cylindrical-coordinate representation of color #2520EA: hue angle of 241.49º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2520EA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 32 | 234 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.08 |
| HSL | 241.49º | 0.83% | 0.52% | - |
| HSV(B) | 241.49º | 0.86% | 0.92% | - |
| XYZ | 16.13 | 7.37 | 78.41 | - |
| YUV | 56.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 234 | 0.84 | 0.86 | 0 | 0.08 | 241.49 | 0.83 | 0.52 |
| Hex | 25 | 20 | EA | 54 | 56 | 0 | 8 | F1 | 53 | 34 |
| Octal | 45 | 40 | 352 | 124 | 126 | 0 | 10 | 361 | 123 | 64 |
| Binary | 100101 | 100000 | 11101010 | 1010100 | 1010110 | 0 | 1000 | 11110001 | 1010011 | 110100 |
Color Harmonies of #2520EA
Complementary color
Monochromatic Colors of #2520EA
Black with #2520EA
Text Example
Text Example
White with #2520EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520EA; }
p { color: rgb(37,32,234); }
H1.HeaderClassName
{
color: #2520EA;
}
.AnyTagClassName
{
color: #2520EA;
}
</style>
background-color css
<style>
a { background-color: #2520EA; }
a { background-color: rgb(37,32,234); }
div.DivClassName
{
background-color: #2520EA;
}
.BgClassName
{
background-color: #2520EA;
}
</style>
border-color css
<style>
span { border-color: #2520EA; }
span { border-color: rgb(37,32,234); }
td.TdClassName
{
border-color: #2520EA;
}
.TagClassName
{
border-color: #2520EA;
}
</style>