Shades of Han Purple #371BFE
Tints of Han Purple #371BFE
RGB
CMYK
RGB Variations
Color information
#371BFE (or 0x371BFE) is known color: Han Purple. HEX triplet: 37, 1B and FE. RGB value is (55,27,254). Sum of RGB (Red+Green+Blue) = 55+27+254=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #371BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BFE is #C8E401. Grayscale: #3C3C3C. Windows color (decimal): -13165570 or 16653111. OLE color: 16653111.
HSL color Cylindrical-coordinate representation of color #371BFE: hue angle of 247.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371BFE is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 27 | 254 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.00 |
| HSL | 247.4º | 0.99% | 0.55% | - |
| HSV(B) | 247.4º | 0.89% | 1% | - |
| XYZ | 19.86 | 8.75 | 94.41 | - |
| YUV | 61.25 | 236.78 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 254 | 0.78 | 0.89 | 0 | 0.00 | 247.4 | 0.99 | 0.55 |
| Hex | 37 | 1B | FE | 4E | 59 | 0 | 0 | F7 | 63 | 37 |
| Octal | 67 | 33 | 376 | 116 | 131 | 0 | 0 | 367 | 143 | 67 |
| Binary | 110111 | 11011 | 11111110 | 1001110 | 1011001 | 0 | 0 | 11110111 | 1100011 | 110111 |
Color Harmonies of #371BFE
Complementary color
Monochromatic Colors of #371BFE
Black with #371BFE
Text Example
Text Example
White with #371BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BFE; }
p { color: rgb(55,27,254); }
H1.HeaderClassName
{
color: #371BFE;
}
.AnyTagClassName
{
color: #371BFE;
}
</style>
background-color css
<style>
a { background-color: #371BFE; }
a { background-color: rgb(55,27,254); }
div.DivClassName
{
background-color: #371BFE;
}
.BgClassName
{
background-color: #371BFE;
}
</style>
border-color css
<style>
span { border-color: #371BFE; }
span { border-color: rgb(55,27,254); }
td.TdClassName
{
border-color: #371BFE;
}
.TagClassName
{
border-color: #371BFE;
}
</style>