Shades of Han Purple #251EEC
Tints of Han Purple #251EEC
RGB
CMYK
RGB Variations
Color information
#251EEC (or 0x251EEC) is known color: Han Purple. HEX triplet: 25, 1E and EC. RGB value is (37,30,236). Sum of RGB (Red+Green+Blue) = 37+30+236=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #251EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251EEC is #DAE113. Grayscale: #363636. Windows color (decimal): -14344468 or 15474213. OLE color: 15474213.
HSL color Cylindrical-coordinate representation of color #251EEC: hue angle of 242.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251EEC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 30 | 236 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.07 |
| HSL | 242.04º | 0.84% | 0.52% | - |
| HSV(B) | 242.04º | 0.87% | 0.93% | - |
| XYZ | 16.37 | 7.38 | 79.92 | - |
| YUV | 55.58 | 229.82 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 236 | 0.84 | 0.87 | 0 | 0.07 | 242.04 | 0.84 | 0.52 |
| Hex | 25 | 1E | EC | 54 | 57 | 0 | 7 | F2 | 54 | 34 |
| Octal | 45 | 36 | 354 | 124 | 127 | 0 | 7 | 362 | 124 | 64 |
| Binary | 100101 | 11110 | 11101100 | 1010100 | 1010111 | 0 | 111 | 11110010 | 1010100 | 110100 |
Color Harmonies of #251EEC
Complementary color
Monochromatic Colors of #251EEC
Black with #251EEC
Text Example
Text Example
White with #251EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EEC; }
p { color: rgb(37,30,236); }
H1.HeaderClassName
{
color: #251EEC;
}
.AnyTagClassName
{
color: #251EEC;
}
</style>
background-color css
<style>
a { background-color: #251EEC; }
a { background-color: rgb(37,30,236); }
div.DivClassName
{
background-color: #251EEC;
}
.BgClassName
{
background-color: #251EEC;
}
</style>
border-color css
<style>
span { border-color: #251EEC; }
span { border-color: rgb(37,30,236); }
td.TdClassName
{
border-color: #251EEC;
}
.TagClassName
{
border-color: #251EEC;
}
</style>