Shades of Han Purple #2525FB
Tints of Han Purple #2525FB
RGB
CMYK
RGB Variations
Color information
#2525FB (or 0x2525FB) is known color: Han Purple. HEX triplet: 25, 25 and FB. RGB value is (37,37,251). Sum of RGB (Red+Green+Blue) = 37+37+251=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #2525FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2525FB is #DADA04. Grayscale: #3C3C3C. Windows color (decimal): -14342661 or 16459045. OLE color: 16459045.
HSL color Cylindrical-coordinate representation of color #2525FB: hue angle of 240º 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 #2525FB is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 37 | 251 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.56% | - |
| HSV(B) | 240º | 0.85% | 0.98% | - |
| XYZ | 18.84 | 8.68 | 91.95 | - |
| YUV | 61.4 | 235 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 251 | 0.85 | 0.85 | 0 | 0.02 | 240 | 0.96 | 0.56 |
| Hex | 25 | 25 | FB | 55 | 55 | 0 | 2 | F0 | 60 | 38 |
| Octal | 45 | 45 | 373 | 125 | 125 | 0 | 2 | 360 | 140 | 70 |
| Binary | 100101 | 100101 | 11111011 | 1010101 | 1010101 | 0 | 10 | 11110000 | 1100000 | 111000 |
Color Harmonies of #2525FB
Complementary color
Monochromatic Colors of #2525FB
Black with #2525FB
Text Example
Text Example
White with #2525FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2525FB; }
p { color: rgb(37,37,251); }
H1.HeaderClassName
{
color: #2525FB;
}
.AnyTagClassName
{
color: #2525FB;
}
</style>
background-color css
<style>
a { background-color: #2525FB; }
a { background-color: rgb(37,37,251); }
div.DivClassName
{
background-color: #2525FB;
}
.BgClassName
{
background-color: #2525FB;
}
</style>
border-color css
<style>
span { border-color: #2525FB; }
span { border-color: rgb(37,37,251); }
td.TdClassName
{
border-color: #2525FB;
}
.TagClassName
{
border-color: #2525FB;
}
</style>