Shades of Han Purple #371DD0
Tints of Han Purple #371DD0
RGB
CMYK
RGB Variations
Color information
#371DD0 (or 0x371DD0) is known color: Han Purple. HEX triplet: 37, 1D and D0. RGB value is (55,29,208). Sum of RGB (Red+Green+Blue) = 55+29+208=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #371DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DD0 is #C8E22F. Grayscale: #383838. Windows color (decimal): -13165104 or 13638967. OLE color: 13638967.
HSL color Cylindrical-coordinate representation of color #371DD0: hue angle of 248.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371DD0 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 29 | 208 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.18 |
| HSL | 248.72º | 0.76% | 0.46% | - |
| HSV(B) | 248.72º | 0.86% | 0.82% | - |
| XYZ | 13.4 | 6.25 | 60.17 | - |
| YUV | 57.18 | 213.11 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 208 | 0.74 | 0.86 | 0 | 0.18 | 248.72 | 0.76 | 0.46 |
| Hex | 37 | 1D | D0 | 4A | 56 | 0 | 12 | F9 | 4C | 2E |
| Octal | 67 | 35 | 320 | 112 | 126 | 0 | 22 | 371 | 114 | 56 |
| Binary | 110111 | 11101 | 11010000 | 1001010 | 1010110 | 0 | 10010 | 11111001 | 1001100 | 101110 |
Color Harmonies of #371DD0
Complementary color
Monochromatic Colors of #371DD0
Black with #371DD0
Text Example
Text Example
White with #371DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DD0; }
p { color: rgb(55,29,208); }
H1.HeaderClassName
{
color: #371DD0;
}
.AnyTagClassName
{
color: #371DD0;
}
</style>
background-color css
<style>
a { background-color: #371DD0; }
a { background-color: rgb(55,29,208); }
div.DivClassName
{
background-color: #371DD0;
}
.BgClassName
{
background-color: #371DD0;
}
</style>
border-color css
<style>
span { border-color: #371DD0; }
span { border-color: rgb(55,29,208); }
td.TdClassName
{
border-color: #371DD0;
}
.TagClassName
{
border-color: #371DD0;
}
</style>