Shades of Han Purple #371EEB
Tints of Han Purple #371EEB
RGB
CMYK
RGB Variations
Color information
#371EEB (or 0x371EEB) is known color: Han Purple. HEX triplet: 37, 1E and EB. RGB value is (55,30,235). Sum of RGB (Red+Green+Blue) = 55+30+235=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #371EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EEB is #C8E114. Grayscale: #3C3C3C. Windows color (decimal): -13164821 or 15408695. OLE color: 15408695.
HSL color Cylindrical-coordinate representation of color #371EEB: hue angle of 247.32º degrees, saturation: 0.84, 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 #371EEB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 30 | 235 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.08 |
| HSL | 247.32º | 0.84% | 0.52% | - |
| HSV(B) | 247.32º | 0.87% | 0.92% | - |
| XYZ | 17.04 | 7.74 | 79.19 | - |
| YUV | 60.85 | 226.28 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 235 | 0.77 | 0.87 | 0 | 0.08 | 247.32 | 0.84 | 0.52 |
| Hex | 37 | 1E | EB | 4D | 57 | 0 | 8 | F7 | 54 | 34 |
| Octal | 67 | 36 | 353 | 115 | 127 | 0 | 10 | 367 | 124 | 64 |
| Binary | 110111 | 11110 | 11101011 | 1001101 | 1010111 | 0 | 1000 | 11110111 | 1010100 | 110100 |
Color Harmonies of #371EEB
Complementary color
Monochromatic Colors of #371EEB
Black with #371EEB
Text Example
Text Example
White with #371EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EEB; }
p { color: rgb(55,30,235); }
H1.HeaderClassName
{
color: #371EEB;
}
.AnyTagClassName
{
color: #371EEB;
}
</style>
background-color css
<style>
a { background-color: #371EEB; }
a { background-color: rgb(55,30,235); }
div.DivClassName
{
background-color: #371EEB;
}
.BgClassName
{
background-color: #371EEB;
}
</style>
border-color css
<style>
span { border-color: #371EEB; }
span { border-color: rgb(55,30,235); }
td.TdClassName
{
border-color: #371EEB;
}
.TagClassName
{
border-color: #371EEB;
}
</style>