Shades of Han Purple #251FF1
Tints of Han Purple #251FF1
RGB
CMYK
RGB Variations
Color information
#251FF1 (or 0x251FF1) is known color: Han Purple. HEX triplet: 25, 1F and F1. RGB value is (37,31,241). Sum of RGB (Red+Green+Blue) = 37+31+241=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #251FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FF1 is #DAE00E. Grayscale: #373737. Windows color (decimal): -14344207 or 15802149. OLE color: 15802149.
HSL color Cylindrical-coordinate representation of color #251FF1: hue angle of 241.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251FF1 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 31 | 241 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.05 |
| HSL | 241.71º | 0.88% | 0.53% | - |
| HSV(B) | 241.71º | 0.87% | 0.95% | - |
| XYZ | 17.13 | 7.72 | 83.81 | - |
| YUV | 56.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 241 | 0.85 | 0.87 | 0 | 0.05 | 241.71 | 0.88 | 0.53 |
| Hex | 25 | 1F | F1 | 55 | 57 | 0 | 5 | F2 | 58 | 35 |
| Octal | 45 | 37 | 361 | 125 | 127 | 0 | 5 | 362 | 130 | 65 |
| Binary | 100101 | 11111 | 11110001 | 1010101 | 1010111 | 0 | 101 | 11110010 | 1011000 | 110101 |
Color Harmonies of #251FF1
Complementary color
Monochromatic Colors of #251FF1
Black with #251FF1
Text Example
Text Example
White with #251FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FF1; }
p { color: rgb(37,31,241); }
H1.HeaderClassName
{
color: #251FF1;
}
.AnyTagClassName
{
color: #251FF1;
}
</style>
background-color css
<style>
a { background-color: #251FF1; }
a { background-color: rgb(37,31,241); }
div.DivClassName
{
background-color: #251FF1;
}
.BgClassName
{
background-color: #251FF1;
}
</style>
border-color css
<style>
span { border-color: #251FF1; }
span { border-color: rgb(37,31,241); }
td.TdClassName
{
border-color: #251FF1;
}
.TagClassName
{
border-color: #251FF1;
}
</style>