Shades of Han Purple #251FED
Tints of Han Purple #251FED
RGB
CMYK
RGB Variations
Color information
#251FED (or 0x251FED) is known color: Han Purple. HEX triplet: 25, 1F and ED. RGB value is (37,31,237). Sum of RGB (Red+Green+Blue) = 37+31+237=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #251FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FED is #DAE012. Grayscale: #373737. Windows color (decimal): -14344211 or 15540005. OLE color: 15540005.
HSL color Cylindrical-coordinate representation of color #251FED: hue angle of 241.75º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251FED is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 31 | 237 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.07 |
| HSL | 241.75º | 0.85% | 0.53% | - |
| HSV(B) | 241.75º | 0.87% | 0.93% | - |
| XYZ | 16.54 | 7.49 | 80.69 | - |
| YUV | 56.28 | 229.99 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 237 | 0.84 | 0.87 | 0 | 0.07 | 241.75 | 0.85 | 0.53 |
| Hex | 25 | 1F | ED | 54 | 57 | 0 | 7 | F2 | 55 | 35 |
| Octal | 45 | 37 | 355 | 124 | 127 | 0 | 7 | 362 | 125 | 65 |
| Binary | 100101 | 11111 | 11101101 | 1010100 | 1010111 | 0 | 111 | 11110010 | 1010101 | 110101 |
Color Harmonies of #251FED
Complementary color
Monochromatic Colors of #251FED
Black with #251FED
Text Example
Text Example
White with #251FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FED; }
p { color: rgb(37,31,237); }
H1.HeaderClassName
{
color: #251FED;
}
.AnyTagClassName
{
color: #251FED;
}
</style>
background-color css
<style>
a { background-color: #251FED; }
a { background-color: rgb(37,31,237); }
div.DivClassName
{
background-color: #251FED;
}
.BgClassName
{
background-color: #251FED;
}
</style>
border-color css
<style>
span { border-color: #251FED; }
span { border-color: rgb(37,31,237); }
td.TdClassName
{
border-color: #251FED;
}
.TagClassName
{
border-color: #251FED;
}
</style>