Shades of Han Purple #371CEA
Tints of Han Purple #371CEA
RGB
CMYK
RGB Variations
Color information
#371CEA (or 0x371CEA) is known color: Han Purple. HEX triplet: 37, 1C and EA. RGB value is (55,28,234). Sum of RGB (Red+Green+Blue) = 55+28+234=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #371CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CEA is #C8E315. Grayscale: #3A3A3A. Windows color (decimal): -13165334 or 15342647. OLE color: 15342647.
HSL color Cylindrical-coordinate representation of color #371CEA: hue angle of 247.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371CEA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 28 | 234 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.08 |
| HSL | 247.86º | 0.83% | 0.51% | - |
| HSV(B) | 247.86º | 0.88% | 0.92% | - |
| XYZ | 16.84 | 7.58 | 78.42 | - |
| YUV | 59.56 | 226.45 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 234 | 0.76 | 0.88 | 0 | 0.08 | 247.86 | 0.83 | 0.51 |
| Hex | 37 | 1C | EA | 4C | 58 | 0 | 8 | F8 | 53 | 33 |
| Octal | 67 | 34 | 352 | 114 | 130 | 0 | 10 | 370 | 123 | 63 |
| Binary | 110111 | 11100 | 11101010 | 1001100 | 1011000 | 0 | 1000 | 11111000 | 1010011 | 110011 |
Color Harmonies of #371CEA
Complementary color
Monochromatic Colors of #371CEA
Black with #371CEA
Text Example
Text Example
White with #371CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CEA; }
p { color: rgb(55,28,234); }
H1.HeaderClassName
{
color: #371CEA;
}
.AnyTagClassName
{
color: #371CEA;
}
</style>
background-color css
<style>
a { background-color: #371CEA; }
a { background-color: rgb(55,28,234); }
div.DivClassName
{
background-color: #371CEA;
}
.BgClassName
{
background-color: #371CEA;
}
</style>
border-color css
<style>
span { border-color: #371CEA; }
span { border-color: rgb(55,28,234); }
td.TdClassName
{
border-color: #371CEA;
}
.TagClassName
{
border-color: #371CEA;
}
</style>