Shades of Han Purple #371BEE
Tints of Han Purple #371BEE
RGB
CMYK
RGB Variations
Color information
#371BEE (or 0x371BEE) is known color: Han Purple. HEX triplet: 37, 1B and EE. RGB value is (55,27,238). Sum of RGB (Red+Green+Blue) = 55+27+238=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #371BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BEE is #C8E411. Grayscale: #3A3A3A. Windows color (decimal): -13165586 or 15604535. OLE color: 15604535.
HSL color Cylindrical-coordinate representation of color #371BEE: hue angle of 247.96º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371BEE is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 27 | 238 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.07 |
| HSL | 247.96º | 0.86% | 0.52% | - |
| HSV(B) | 247.96º | 0.89% | 0.93% | - |
| XYZ | 17.4 | 7.77 | 81.47 | - |
| YUV | 59.43 | 228.78 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 238 | 0.77 | 0.89 | 0 | 0.07 | 247.96 | 0.86 | 0.52 |
| Hex | 37 | 1B | EE | 4D | 59 | 0 | 7 | F8 | 56 | 34 |
| Octal | 67 | 33 | 356 | 115 | 131 | 0 | 7 | 370 | 126 | 64 |
| Binary | 110111 | 11011 | 11101110 | 1001101 | 1011001 | 0 | 111 | 11111000 | 1010110 | 110100 |
Color Harmonies of #371BEE
Complementary color
Monochromatic Colors of #371BEE
Black with #371BEE
Text Example
Text Example
White with #371BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BEE; }
p { color: rgb(55,27,238); }
H1.HeaderClassName
{
color: #371BEE;
}
.AnyTagClassName
{
color: #371BEE;
}
</style>
background-color css
<style>
a { background-color: #371BEE; }
a { background-color: rgb(55,27,238); }
div.DivClassName
{
background-color: #371BEE;
}
.BgClassName
{
background-color: #371BEE;
}
</style>
border-color css
<style>
span { border-color: #371BEE; }
span { border-color: rgb(55,27,238); }
td.TdClassName
{
border-color: #371BEE;
}
.TagClassName
{
border-color: #371BEE;
}
</style>