Shades of Han Purple #2525FC
Tints of Han Purple #2525FC
RGB
CMYK
RGB Variations
Color information
#2525FC (or 0x2525FC) is known color: Han Purple. HEX triplet: 25, 25 and FC. RGB value is (37,37,252). Sum of RGB (Red+Green+Blue) = 37+37+252=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #2525FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2525FC is #DADA03. Grayscale: #3C3C3C. Windows color (decimal): -14342660 or 16524581. OLE color: 16524581.
HSL color Cylindrical-coordinate representation of color #2525FC: hue angle of 240º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2525FC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 37 | 252 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.57% | - |
| HSV(B) | 240º | 0.85% | 0.99% | - |
| XYZ | 19 | 8.74 | 92.78 | - |
| YUV | 61.51 | 235.5 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 252 | 0.85 | 0.85 | 0 | 0.01 | 240 | 0.97 | 0.57 |
| Hex | 25 | 25 | FC | 55 | 55 | 0 | 1 | F0 | 61 | 39 |
| Octal | 45 | 45 | 374 | 125 | 125 | 0 | 1 | 360 | 141 | 71 |
| Binary | 100101 | 100101 | 11111100 | 1010101 | 1010101 | 0 | 1 | 11110000 | 1100001 | 111001 |
Color Harmonies of #2525FC
Complementary color
Monochromatic Colors of #2525FC
Black with #2525FC
Text Example
Text Example
White with #2525FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2525FC; }
p { color: rgb(37,37,252); }
H1.HeaderClassName
{
color: #2525FC;
}
.AnyTagClassName
{
color: #2525FC;
}
</style>
background-color css
<style>
a { background-color: #2525FC; }
a { background-color: rgb(37,37,252); }
div.DivClassName
{
background-color: #2525FC;
}
.BgClassName
{
background-color: #2525FC;
}
</style>
border-color css
<style>
span { border-color: #2525FC; }
span { border-color: rgb(37,37,252); }
td.TdClassName
{
border-color: #2525FC;
}
.TagClassName
{
border-color: #2525FC;
}
</style>