Shades of Han Purple #371AED
Tints of Han Purple #371AED
RGB
CMYK
RGB Variations
Color information
#371AED (or 0x371AED) is known color: Han Purple. HEX triplet: 37, 1A and ED. RGB value is (55,26,237). Sum of RGB (Red+Green+Blue) = 55+26+237=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #371AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AED is #C8E512. Grayscale: #393939. Windows color (decimal): -13165843 or 15538743. OLE color: 15538743.
HSL color Cylindrical-coordinate representation of color #371AED: hue angle of 248.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371AED is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 26 | 237 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.07 |
| HSL | 248.25º | 0.85% | 0.52% | - |
| HSV(B) | 248.25º | 0.89% | 0.93% | - |
| XYZ | 17.23 | 7.67 | 80.69 | - |
| YUV | 58.73 | 228.61 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 237 | 0.77 | 0.89 | 0 | 0.07 | 248.25 | 0.85 | 0.52 |
| Hex | 37 | 1A | ED | 4D | 59 | 0 | 7 | F8 | 55 | 34 |
| Octal | 67 | 32 | 355 | 115 | 131 | 0 | 7 | 370 | 125 | 64 |
| Binary | 110111 | 11010 | 11101101 | 1001101 | 1011001 | 0 | 111 | 11111000 | 1010101 | 110100 |
Color Harmonies of #371AED
Complementary color
Monochromatic Colors of #371AED
Black with #371AED
Text Example
Text Example
White with #371AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371AED; }
p { color: rgb(55,26,237); }
H1.HeaderClassName
{
color: #371AED;
}
.AnyTagClassName
{
color: #371AED;
}
</style>
background-color css
<style>
a { background-color: #371AED; }
a { background-color: rgb(55,26,237); }
div.DivClassName
{
background-color: #371AED;
}
.BgClassName
{
background-color: #371AED;
}
</style>
border-color css
<style>
span { border-color: #371AED; }
span { border-color: rgb(55,26,237); }
td.TdClassName
{
border-color: #371AED;
}
.TagClassName
{
border-color: #371AED;
}
</style>