Shades of Han Purple #371EDF
Tints of Han Purple #371EDF
RGB
CMYK
RGB Variations
Color information
#371EDF (or 0x371EDF) is known color: Han Purple. HEX triplet: 37, 1E and DF. RGB value is (55,30,223). Sum of RGB (Red+Green+Blue) = 55+30+223=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #371EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EDF is #C8E120. Grayscale: #3A3A3A. Windows color (decimal): -13164833 or 14622263. OLE color: 14622263.
HSL color Cylindrical-coordinate representation of color #371EDF: hue angle of 247.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371EDF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 30 | 223 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.13 |
| HSL | 247.77º | 0.76% | 0.5% | - |
| HSV(B) | 247.77º | 0.87% | 0.87% | - |
| XYZ | 15.36 | 7.07 | 70.37 | - |
| YUV | 59.48 | 220.28 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 223 | 0.75 | 0.87 | 0 | 0.13 | 247.77 | 0.76 | 0.5 |
| Hex | 37 | 1E | DF | 4B | 57 | 0 | D | F8 | 4C | 32 |
| Octal | 67 | 36 | 337 | 113 | 127 | 0 | 15 | 370 | 114 | 62 |
| Binary | 110111 | 11110 | 11011111 | 1001011 | 1010111 | 0 | 1101 | 11111000 | 1001100 | 110010 |
Color Harmonies of #371EDF
Complementary color
Monochromatic Colors of #371EDF
Black with #371EDF
Text Example
Text Example
White with #371EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EDF; }
p { color: rgb(55,30,223); }
H1.HeaderClassName
{
color: #371EDF;
}
.AnyTagClassName
{
color: #371EDF;
}
</style>
background-color css
<style>
a { background-color: #371EDF; }
a { background-color: rgb(55,30,223); }
div.DivClassName
{
background-color: #371EDF;
}
.BgClassName
{
background-color: #371EDF;
}
</style>
border-color css
<style>
span { border-color: #371EDF; }
span { border-color: rgb(55,30,223); }
td.TdClassName
{
border-color: #371EDF;
}
.TagClassName
{
border-color: #371EDF;
}
</style>