Shades of Han Purple #371EF8
Tints of Han Purple #371EF8
RGB
CMYK
RGB Variations
Color information
#371EF8 (or 0x371EF8) is known color: Han Purple. HEX triplet: 37, 1E and F8. RGB value is (55,30,248). Sum of RGB (Red+Green+Blue) = 55+30+248=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 248 (97.27% from 255 or 74.47% from 333); Max value from RGB is 248 - color contains mainly: blue. Hex color #371EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EF8 is #C8E107. Grayscale: #3D3D3D. Windows color (decimal): -13164808 or 16260663. OLE color: 16260663.
HSL color Cylindrical-coordinate representation of color #371EF8: hue angle of 246.88º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371EF8 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 30 | 248 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.03 |
| HSL | 246.88º | 0.94% | 0.55% | - |
| HSV(B) | 246.88º | 0.88% | 0.97% | - |
| XYZ | 18.98 | 8.52 | 89.45 | - |
| YUV | 62.33 | 232.78 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 248 | 0.78 | 0.88 | 0 | 0.03 | 246.88 | 0.94 | 0.55 |
| Hex | 37 | 1E | F8 | 4E | 58 | 0 | 3 | F7 | 5E | 37 |
| Octal | 67 | 36 | 370 | 116 | 130 | 0 | 3 | 367 | 136 | 67 |
| Binary | 110111 | 11110 | 11111000 | 1001110 | 1011000 | 0 | 11 | 11110111 | 1011110 | 110111 |
Color Harmonies of #371EF8
Complementary color
Monochromatic Colors of #371EF8
Black with #371EF8
Text Example
Text Example
White with #371EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EF8; }
p { color: rgb(55,30,248); }
H1.HeaderClassName
{
color: #371EF8;
}
.AnyTagClassName
{
color: #371EF8;
}
</style>
background-color css
<style>
a { background-color: #371EF8; }
a { background-color: rgb(55,30,248); }
div.DivClassName
{
background-color: #371EF8;
}
.BgClassName
{
background-color: #371EF8;
}
</style>
border-color css
<style>
span { border-color: #371EF8; }
span { border-color: rgb(55,30,248); }
td.TdClassName
{
border-color: #371EF8;
}
.TagClassName
{
border-color: #371EF8;
}
</style>