Shades of Han Purple #2522FA
Tints of Han Purple #2522FA
RGB
CMYK
RGB Variations
Color information
#2522FA (or 0x2522FA) is known color: Han Purple. HEX triplet: 25, 22 and FA. RGB value is (37,34,250). Sum of RGB (Red+Green+Blue) = 37+34+250=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #2522FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2522FA is #DADD05. Grayscale: #3A3A3A. Windows color (decimal): -14343430 or 16392741. OLE color: 16392741.
HSL color Cylindrical-coordinate representation of color #2522FA: hue angle of 240.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2522FA is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 34 | 250 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.02 |
| HSL | 240.83º | 0.96% | 0.56% | - |
| HSV(B) | 240.83º | 0.86% | 0.98% | - |
| XYZ | 18.59 | 8.44 | 91.09 | - |
| YUV | 59.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 250 | 0.85 | 0.86 | 0 | 0.02 | 240.83 | 0.96 | 0.56 |
| Hex | 25 | 22 | FA | 55 | 56 | 0 | 2 | F1 | 60 | 38 |
| Octal | 45 | 42 | 372 | 125 | 126 | 0 | 2 | 361 | 140 | 70 |
| Binary | 100101 | 100010 | 11111010 | 1010101 | 1010110 | 0 | 10 | 11110001 | 1100000 | 111000 |
Color Harmonies of #2522FA
Complementary color
Monochromatic Colors of #2522FA
Black with #2522FA
Text Example
Text Example
White with #2522FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2522FA; }
p { color: rgb(37,34,250); }
H1.HeaderClassName
{
color: #2522FA;
}
.AnyTagClassName
{
color: #2522FA;
}
</style>
background-color css
<style>
a { background-color: #2522FA; }
a { background-color: rgb(37,34,250); }
div.DivClassName
{
background-color: #2522FA;
}
.BgClassName
{
background-color: #2522FA;
}
</style>
border-color css
<style>
span { border-color: #2522FA; }
span { border-color: rgb(37,34,250); }
td.TdClassName
{
border-color: #2522FA;
}
.TagClassName
{
border-color: #2522FA;
}
</style>