Shades of Han Purple #371FF8
Tints of Han Purple #371FF8
RGB
CMYK
RGB Variations
Color information
#371FF8 (or 0x371FF8) is known color: Han Purple. HEX triplet: 37, 1F and F8. RGB value is (55,31,248). Sum of RGB (Red+Green+Blue) = 55+31+248=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #371FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371FF8 is #C8E007. Grayscale: #3E3E3E. Windows color (decimal): -13164552 or 16260919. OLE color: 16260919.
HSL color Cylindrical-coordinate representation of color #371FF8: hue angle of 246.64º 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 #371FF8 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 31 | 248 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.03 |
| HSL | 246.64º | 0.94% | 0.55% | - |
| HSV(B) | 246.64º | 0.88% | 0.97% | - |
| XYZ | 19.01 | 8.57 | 89.46 | - |
| YUV | 62.91 | 232.45 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 248 | 0.78 | 0.88 | 0 | 0.03 | 246.64 | 0.94 | 0.55 |
| Hex | 37 | 1F | F8 | 4E | 58 | 0 | 3 | F7 | 5E | 37 |
| Octal | 67 | 37 | 370 | 116 | 130 | 0 | 3 | 367 | 136 | 67 |
| Binary | 110111 | 11111 | 11111000 | 1001110 | 1011000 | 0 | 11 | 11110111 | 1011110 | 110111 |
Color Harmonies of #371FF8
Complementary color
Monochromatic Colors of #371FF8
Black with #371FF8
Text Example
Text Example
White with #371FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FF8; }
p { color: rgb(55,31,248); }
H1.HeaderClassName
{
color: #371FF8;
}
.AnyTagClassName
{
color: #371FF8;
}
</style>
background-color css
<style>
a { background-color: #371FF8; }
a { background-color: rgb(55,31,248); }
div.DivClassName
{
background-color: #371FF8;
}
.BgClassName
{
background-color: #371FF8;
}
</style>
border-color css
<style>
span { border-color: #371FF8; }
span { border-color: rgb(55,31,248); }
td.TdClassName
{
border-color: #371FF8;
}
.TagClassName
{
border-color: #371FF8;
}
</style>