Shades of Han Purple #371EFD
Tints of Han Purple #371EFD
RGB
CMYK
RGB Variations
Color information
#371EFD (or 0x371EFD) is known color: Han Purple. HEX triplet: 37, 1E and FD. RGB value is (55,30,253). Sum of RGB (Red+Green+Blue) = 55+30+253=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #371EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EFD is #C8E102. Grayscale: #3E3E3E. Windows color (decimal): -13164803 or 16588343. OLE color: 16588343.
HSL color Cylindrical-coordinate representation of color #371EFD: hue angle of 246.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371EFD is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 30 | 253 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.01 |
| HSL | 246.73º | 0.98% | 0.55% | - |
| HSV(B) | 246.73º | 0.88% | 0.99% | - |
| XYZ | 19.77 | 8.83 | 93.59 | - |
| YUV | 62.9 | 235.28 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 253 | 0.78 | 0.88 | 0 | 0.01 | 246.73 | 0.98 | 0.55 |
| Hex | 37 | 1E | FD | 4E | 58 | 0 | 1 | F7 | 62 | 37 |
| Octal | 67 | 36 | 375 | 116 | 130 | 0 | 1 | 367 | 142 | 67 |
| Binary | 110111 | 11110 | 11111101 | 1001110 | 1011000 | 0 | 1 | 11110111 | 1100010 | 110111 |
Color Harmonies of #371EFD
Complementary color
Monochromatic Colors of #371EFD
Black with #371EFD
Text Example
Text Example
White with #371EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EFD; }
p { color: rgb(55,30,253); }
H1.HeaderClassName
{
color: #371EFD;
}
.AnyTagClassName
{
color: #371EFD;
}
</style>
background-color css
<style>
a { background-color: #371EFD; }
a { background-color: rgb(55,30,253); }
div.DivClassName
{
background-color: #371EFD;
}
.BgClassName
{
background-color: #371EFD;
}
</style>
border-color css
<style>
span { border-color: #371EFD; }
span { border-color: rgb(55,30,253); }
td.TdClassName
{
border-color: #371EFD;
}
.TagClassName
{
border-color: #371EFD;
}
</style>