Shades of Han Purple #2526FA
Tints of Han Purple #2526FA
RGB
CMYK
RGB Variations
Color information
#2526FA (or 0x2526FA) is known color: Han Purple. HEX triplet: 25, 26 and FA. RGB value is (37,38,250). Sum of RGB (Red+Green+Blue) = 37+38+250=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #2526FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2526FA is #DAD905. Grayscale: #3D3D3D. Windows color (decimal): -14342406 or 16393765. OLE color: 16393765.
HSL color Cylindrical-coordinate representation of color #2526FA: hue angle of 239.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2526FA is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 38 | 250 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.02 |
| HSL | 239.72º | 0.96% | 0.56% | - |
| HSV(B) | 239.72º | 0.85% | 0.98% | - |
| XYZ | 18.71 | 8.68 | 91.13 | - |
| YUV | 61.87 | 234.17 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 250 | 0.85 | 0.85 | 0 | 0.02 | 239.72 | 0.96 | 0.56 |
| Hex | 25 | 26 | FA | 55 | 55 | 0 | 2 | F0 | 60 | 38 |
| Octal | 45 | 46 | 372 | 125 | 125 | 0 | 2 | 360 | 140 | 70 |
| Binary | 100101 | 100110 | 11111010 | 1010101 | 1010101 | 0 | 10 | 11110000 | 1100000 | 111000 |
Color Harmonies of #2526FA
Complementary color
Monochromatic Colors of #2526FA
Black with #2526FA
Text Example
Text Example
White with #2526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2526FA; }
p { color: rgb(37,38,250); }
H1.HeaderClassName
{
color: #2526FA;
}
.AnyTagClassName
{
color: #2526FA;
}
</style>
background-color css
<style>
a { background-color: #2526FA; }
a { background-color: rgb(37,38,250); }
div.DivClassName
{
background-color: #2526FA;
}
.BgClassName
{
background-color: #2526FA;
}
</style>
border-color css
<style>
span { border-color: #2526FA; }
span { border-color: rgb(37,38,250); }
td.TdClassName
{
border-color: #2526FA;
}
.TagClassName
{
border-color: #2526FA;
}
</style>