Shades of Han Purple #371EDC
Tints of Han Purple #371EDC
RGB
CMYK
RGB Variations
Color information
#371EDC (or 0x371EDC) is known color: Han Purple. HEX triplet: 37, 1E and DC. RGB value is (55,30,220). Sum of RGB (Red+Green+Blue) = 55+30+220=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #371EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EDC is #C8E123. Grayscale: #3A3A3A. Windows color (decimal): -13164836 or 14425655. OLE color: 14425655.
HSL color Cylindrical-coordinate representation of color #371EDC: hue angle of 247.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371EDC is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 30 | 220 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.14 |
| HSL | 247.89º | 0.76% | 0.49% | - |
| HSV(B) | 247.89º | 0.86% | 0.86% | - |
| XYZ | 14.96 | 6.91 | 68.26 | - |
| YUV | 59.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 220 | 0.75 | 0.86 | 0 | 0.14 | 247.89 | 0.76 | 0.49 |
| Hex | 37 | 1E | DC | 4B | 56 | 0 | E | F8 | 4C | 31 |
| Octal | 67 | 36 | 334 | 113 | 126 | 0 | 16 | 370 | 114 | 61 |
| Binary | 110111 | 11110 | 11011100 | 1001011 | 1010110 | 0 | 1110 | 11111000 | 1001100 | 110001 |
Color Harmonies of #371EDC
Complementary color
Monochromatic Colors of #371EDC
Black with #371EDC
Text Example
Text Example
White with #371EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EDC; }
p { color: rgb(55,30,220); }
H1.HeaderClassName
{
color: #371EDC;
}
.AnyTagClassName
{
color: #371EDC;
}
</style>
background-color css
<style>
a { background-color: #371EDC; }
a { background-color: rgb(55,30,220); }
div.DivClassName
{
background-color: #371EDC;
}
.BgClassName
{
background-color: #371EDC;
}
</style>
border-color css
<style>
span { border-color: #371EDC; }
span { border-color: rgb(55,30,220); }
td.TdClassName
{
border-color: #371EDC;
}
.TagClassName
{
border-color: #371EDC;
}
</style>