Shades of Han Purple #371FEE
Tints of Han Purple #371FEE
RGB
CMYK
RGB Variations
Color information
#371FEE (or 0x371FEE) is known color: Han Purple. HEX triplet: 37, 1F and EE. RGB value is (55,31,238). Sum of RGB (Red+Green+Blue) = 55+31+238=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #371FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371FEE is #C8E011. Grayscale: #3C3C3C. Windows color (decimal): -13164562 or 15605559. OLE color: 15605559.
HSL color Cylindrical-coordinate representation of color #371FEE: hue angle of 246.96º degrees, saturation: 0.86, 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 #371FEE is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 31 | 238 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.07 |
| HSL | 246.96º | 0.86% | 0.53% | - |
| HSV(B) | 246.96º | 0.87% | 0.93% | - |
| XYZ | 17.5 | 7.97 | 81.5 | - |
| YUV | 61.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 238 | 0.77 | 0.87 | 0 | 0.07 | 246.96 | 0.86 | 0.53 |
| Hex | 37 | 1F | EE | 4D | 57 | 0 | 7 | F7 | 56 | 35 |
| Octal | 67 | 37 | 356 | 115 | 127 | 0 | 7 | 367 | 126 | 65 |
| Binary | 110111 | 11111 | 11101110 | 1001101 | 1010111 | 0 | 111 | 11110111 | 1010110 | 110101 |
Color Harmonies of #371FEE
Complementary color
Monochromatic Colors of #371FEE
Black with #371FEE
Text Example
Text Example
White with #371FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FEE; }
p { color: rgb(55,31,238); }
H1.HeaderClassName
{
color: #371FEE;
}
.AnyTagClassName
{
color: #371FEE;
}
</style>
background-color css
<style>
a { background-color: #371FEE; }
a { background-color: rgb(55,31,238); }
div.DivClassName
{
background-color: #371FEE;
}
.BgClassName
{
background-color: #371FEE;
}
</style>
border-color css
<style>
span { border-color: #371FEE; }
span { border-color: rgb(55,31,238); }
td.TdClassName
{
border-color: #371FEE;
}
.TagClassName
{
border-color: #371FEE;
}
</style>