Shades of Han Purple #371EEA
Tints of Han Purple #371EEA
RGB
CMYK
RGB Variations
Color information
#371EEA (or 0x371EEA) is known color: Han Purple. HEX triplet: 37, 1E and EA. RGB value is (55,30,234). Sum of RGB (Red+Green+Blue) = 55+30+234=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #371EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EEA is #C8E115. Grayscale: #3B3B3B. Windows color (decimal): -13164822 or 15343159. OLE color: 15343159.
HSL color Cylindrical-coordinate representation of color #371EEA: hue angle of 247.35º 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 #371EEA is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 30 | 234 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.08 |
| HSL | 247.35º | 0.83% | 0.52% | - |
| HSV(B) | 247.35º | 0.87% | 0.92% | - |
| XYZ | 16.89 | 7.68 | 78.43 | - |
| YUV | 60.73 | 225.78 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 234 | 0.76 | 0.87 | 0 | 0.08 | 247.35 | 0.83 | 0.52 |
| Hex | 37 | 1E | EA | 4C | 57 | 0 | 8 | F7 | 53 | 34 |
| Octal | 67 | 36 | 352 | 114 | 127 | 0 | 10 | 367 | 123 | 64 |
| Binary | 110111 | 11110 | 11101010 | 1001100 | 1010111 | 0 | 1000 | 11110111 | 1010011 | 110100 |
Color Harmonies of #371EEA
Complementary color
Monochromatic Colors of #371EEA
Black with #371EEA
Text Example
Text Example
White with #371EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EEA; }
p { color: rgb(55,30,234); }
H1.HeaderClassName
{
color: #371EEA;
}
.AnyTagClassName
{
color: #371EEA;
}
</style>
background-color css
<style>
a { background-color: #371EEA; }
a { background-color: rgb(55,30,234); }
div.DivClassName
{
background-color: #371EEA;
}
.BgClassName
{
background-color: #371EEA;
}
</style>
border-color css
<style>
span { border-color: #371EEA; }
span { border-color: rgb(55,30,234); }
td.TdClassName
{
border-color: #371EEA;
}
.TagClassName
{
border-color: #371EEA;
}
</style>