Shades of Han Purple #371DEA
Tints of Han Purple #371DEA
RGB
CMYK
RGB Variations
Color information
#371DEA (or 0x371DEA) is known color: Han Purple. HEX triplet: 37, 1D and EA. RGB value is (55,29,234). Sum of RGB (Red+Green+Blue) = 55+29+234=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #371DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DEA is #C8E215. Grayscale: #3B3B3B. Windows color (decimal): -13165078 or 15342903. OLE color: 15342903.
HSL color Cylindrical-coordinate representation of color #371DEA: hue angle of 247.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371DEA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 29 | 234 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.08 |
| HSL | 247.61º | 0.83% | 0.52% | - |
| HSV(B) | 247.61º | 0.88% | 0.92% | - |
| XYZ | 16.87 | 7.63 | 78.43 | - |
| YUV | 60.14 | 226.11 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 234 | 0.76 | 0.88 | 0 | 0.08 | 247.61 | 0.83 | 0.52 |
| Hex | 37 | 1D | EA | 4C | 58 | 0 | 8 | F8 | 53 | 34 |
| Octal | 67 | 35 | 352 | 114 | 130 | 0 | 10 | 370 | 123 | 64 |
| Binary | 110111 | 11101 | 11101010 | 1001100 | 1011000 | 0 | 1000 | 11111000 | 1010011 | 110100 |
Color Harmonies of #371DEA
Complementary color
Monochromatic Colors of #371DEA
Black with #371DEA
Text Example
Text Example
White with #371DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DEA; }
p { color: rgb(55,29,234); }
H1.HeaderClassName
{
color: #371DEA;
}
.AnyTagClassName
{
color: #371DEA;
}
</style>
background-color css
<style>
a { background-color: #371DEA; }
a { background-color: rgb(55,29,234); }
div.DivClassName
{
background-color: #371DEA;
}
.BgClassName
{
background-color: #371DEA;
}
</style>
border-color css
<style>
span { border-color: #371DEA; }
span { border-color: rgb(55,29,234); }
td.TdClassName
{
border-color: #371DEA;
}
.TagClassName
{
border-color: #371DEA;
}
</style>