Shades of Han Purple #371CDC
Tints of Han Purple #371CDC
RGB
CMYK
RGB Variations
Color information
#371CDC (or 0x371CDC) is known color: Han Purple. HEX triplet: 37, 1C and DC. RGB value is (55,28,220). Sum of RGB (Red+Green+Blue) = 55+28+220=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #371CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CDC is #C8E323. Grayscale: #393939. Windows color (decimal): -13165348 or 14425143. OLE color: 14425143.
HSL color Cylindrical-coordinate representation of color #371CDC: hue angle of 248.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371CDC is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 28 | 220 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.14 |
| HSL | 248.44º | 0.77% | 0.49% | - |
| HSV(B) | 248.44º | 0.87% | 0.86% | - |
| XYZ | 14.91 | 6.81 | 68.24 | - |
| YUV | 57.96 | 219.45 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 220 | 0.75 | 0.87 | 0 | 0.14 | 248.44 | 0.77 | 0.49 |
| Hex | 37 | 1C | DC | 4B | 57 | 0 | E | F8 | 4D | 31 |
| Octal | 67 | 34 | 334 | 113 | 127 | 0 | 16 | 370 | 115 | 61 |
| Binary | 110111 | 11100 | 11011100 | 1001011 | 1010111 | 0 | 1110 | 11111000 | 1001101 | 110001 |
Color Harmonies of #371CDC
Complementary color
Monochromatic Colors of #371CDC
Black with #371CDC
Text Example
Text Example
White with #371CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CDC; }
p { color: rgb(55,28,220); }
H1.HeaderClassName
{
color: #371CDC;
}
.AnyTagClassName
{
color: #371CDC;
}
</style>
background-color css
<style>
a { background-color: #371CDC; }
a { background-color: rgb(55,28,220); }
div.DivClassName
{
background-color: #371CDC;
}
.BgClassName
{
background-color: #371CDC;
}
</style>
border-color css
<style>
span { border-color: #371CDC; }
span { border-color: rgb(55,28,220); }
td.TdClassName
{
border-color: #371CDC;
}
.TagClassName
{
border-color: #371CDC;
}
</style>