Shades of Han Purple #2523FC
Tints of Han Purple #2523FC
RGB
CMYK
RGB Variations
Color information
#2523FC (or 0x2523FC) is known color: Han Purple. HEX triplet: 25, 23 and FC. RGB value is (37,35,252). Sum of RGB (Red+Green+Blue) = 37+35+252=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #2523FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2523FC is #DADC03. Grayscale: #3B3B3B. Windows color (decimal): -14343172 or 16524069. OLE color: 16524069.
HSL color Cylindrical-coordinate representation of color #2523FC: hue angle of 240.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2523FC is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 35 | 252 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.01 |
| HSL | 240.55º | 0.97% | 0.56% | - |
| HSV(B) | 240.55º | 0.86% | 0.99% | - |
| XYZ | 18.93 | 8.62 | 92.76 | - |
| YUV | 60.34 | 236.16 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 252 | 0.85 | 0.86 | 0 | 0.01 | 240.55 | 0.97 | 0.56 |
| Hex | 25 | 23 | FC | 55 | 56 | 0 | 1 | F1 | 61 | 38 |
| Octal | 45 | 43 | 374 | 125 | 126 | 0 | 1 | 361 | 141 | 70 |
| Binary | 100101 | 100011 | 11111100 | 1010101 | 1010110 | 0 | 1 | 11110001 | 1100001 | 111000 |
Color Harmonies of #2523FC
Complementary color
Monochromatic Colors of #2523FC
Black with #2523FC
Text Example
Text Example
White with #2523FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2523FC; }
p { color: rgb(37,35,252); }
H1.HeaderClassName
{
color: #2523FC;
}
.AnyTagClassName
{
color: #2523FC;
}
</style>
background-color css
<style>
a { background-color: #2523FC; }
a { background-color: rgb(37,35,252); }
div.DivClassName
{
background-color: #2523FC;
}
.BgClassName
{
background-color: #2523FC;
}
</style>
border-color css
<style>
span { border-color: #2523FC; }
span { border-color: rgb(37,35,252); }
td.TdClassName
{
border-color: #2523FC;
}
.TagClassName
{
border-color: #2523FC;
}
</style>