Shades of Han Purple #371AD5
Tints of Han Purple #371AD5
RGB
CMYK
RGB Variations
Color information
#371AD5 (or 0x371AD5) is known color: Han Purple. HEX triplet: 37, 1A and D5. RGB value is (55,26,213). Sum of RGB (Red+Green+Blue) = 55+26+213=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #371AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371AD5 is #C8E52A. Grayscale: #373737. Windows color (decimal): -13165867 or 13965879. OLE color: 13965879.
HSL color Cylindrical-coordinate representation of color #371AD5: hue angle of 249.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371AD5 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 26 | 213 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.16 |
| HSL | 249.3º | 0.78% | 0.47% | - |
| HSV(B) | 249.3º | 0.88% | 0.84% | - |
| XYZ | 13.96 | 6.36 | 63.44 | - |
| YUV | 55.99 | 216.61 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 213 | 0.74 | 0.88 | 0 | 0.16 | 249.3 | 0.78 | 0.47 |
| Hex | 37 | 1A | D5 | 4A | 58 | 0 | 10 | F9 | 4E | 2F |
| Octal | 67 | 32 | 325 | 112 | 130 | 0 | 20 | 371 | 116 | 57 |
| Binary | 110111 | 11010 | 11010101 | 1001010 | 1011000 | 0 | 10000 | 11111001 | 1001110 | 101111 |
Color Harmonies of #371AD5
Complementary color
Monochromatic Colors of #371AD5
Black with #371AD5
Text Example
Text Example
White with #371AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371AD5; }
p { color: rgb(55,26,213); }
H1.HeaderClassName
{
color: #371AD5;
}
.AnyTagClassName
{
color: #371AD5;
}
</style>
background-color css
<style>
a { background-color: #371AD5; }
a { background-color: rgb(55,26,213); }
div.DivClassName
{
background-color: #371AD5;
}
.BgClassName
{
background-color: #371AD5;
}
</style>
border-color css
<style>
span { border-color: #371AD5; }
span { border-color: rgb(55,26,213); }
td.TdClassName
{
border-color: #371AD5;
}
.TagClassName
{
border-color: #371AD5;
}
</style>