Shades of Han Purple #371BD2
Tints of Han Purple #371BD2
RGB
CMYK
RGB Variations
Color information
#371BD2 (or 0x371BD2) is known color: Han Purple. HEX triplet: 37, 1B and D2. RGB value is (55,27,210). Sum of RGB (Red+Green+Blue) = 55+27+210=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #371BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BD2 is #C8E42D. Grayscale: #373737. Windows color (decimal): -13165614 or 13769527. OLE color: 13769527.
HSL color Cylindrical-coordinate representation of color #371BD2: hue angle of 249.18º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371BD2 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 27 | 210 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.18 |
| HSL | 249.18º | 0.77% | 0.46% | - |
| HSV(B) | 249.18º | 0.87% | 0.82% | - |
| XYZ | 13.6 | 6.25 | 61.46 | - |
| YUV | 56.23 | 214.78 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 210 | 0.74 | 0.87 | 0 | 0.18 | 249.18 | 0.77 | 0.46 |
| Hex | 37 | 1B | D2 | 4A | 57 | 0 | 12 | F9 | 4D | 2E |
| Octal | 67 | 33 | 322 | 112 | 127 | 0 | 22 | 371 | 115 | 56 |
| Binary | 110111 | 11011 | 11010010 | 1001010 | 1010111 | 0 | 10010 | 11111001 | 1001101 | 101110 |
Color Harmonies of #371BD2
Complementary color
Monochromatic Colors of #371BD2
Black with #371BD2
Text Example
Text Example
White with #371BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BD2; }
p { color: rgb(55,27,210); }
H1.HeaderClassName
{
color: #371BD2;
}
.AnyTagClassName
{
color: #371BD2;
}
</style>
background-color css
<style>
a { background-color: #371BD2; }
a { background-color: rgb(55,27,210); }
div.DivClassName
{
background-color: #371BD2;
}
.BgClassName
{
background-color: #371BD2;
}
</style>
border-color css
<style>
span { border-color: #371BD2; }
span { border-color: rgb(55,27,210); }
td.TdClassName
{
border-color: #371BD2;
}
.TagClassName
{
border-color: #371BD2;
}
</style>