Shades of Han Purple #251EEA
Tints of Han Purple #251EEA
RGB
CMYK
RGB Variations
Color information
#251EEA (or 0x251EEA) is known color: Han Purple. HEX triplet: 25, 1E and EA. RGB value is (37,30,234). Sum of RGB (Red+Green+Blue) = 37+30+234=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #251EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251EEA is #DAE115. Grayscale: #363636. Windows color (decimal): -14344470 or 15343141. OLE color: 15343141.
HSL color Cylindrical-coordinate representation of color #251EEA: hue angle of 242.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251EEA is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 30 | 234 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.08 |
| HSL | 242.06º | 0.83% | 0.52% | - |
| HSV(B) | 242.06º | 0.87% | 0.92% | - |
| XYZ | 16.08 | 7.26 | 78.4 | - |
| YUV | 55.35 | 228.82 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 234 | 0.84 | 0.87 | 0 | 0.08 | 242.06 | 0.83 | 0.52 |
| Hex | 25 | 1E | EA | 54 | 57 | 0 | 8 | F2 | 53 | 34 |
| Octal | 45 | 36 | 352 | 124 | 127 | 0 | 10 | 362 | 123 | 64 |
| Binary | 100101 | 11110 | 11101010 | 1010100 | 1010111 | 0 | 1000 | 11110010 | 1010011 | 110100 |
Color Harmonies of #251EEA
Complementary color
Monochromatic Colors of #251EEA
Black with #251EEA
Text Example
Text Example
White with #251EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EEA; }
p { color: rgb(37,30,234); }
H1.HeaderClassName
{
color: #251EEA;
}
.AnyTagClassName
{
color: #251EEA;
}
</style>
background-color css
<style>
a { background-color: #251EEA; }
a { background-color: rgb(37,30,234); }
div.DivClassName
{
background-color: #251EEA;
}
.BgClassName
{
background-color: #251EEA;
}
</style>
border-color css
<style>
span { border-color: #251EEA; }
span { border-color: rgb(37,30,234); }
td.TdClassName
{
border-color: #251EEA;
}
.TagClassName
{
border-color: #251EEA;
}
</style>