Shades of Han Purple #370EFB
Tints of Han Purple #370EFB
RGB
CMYK
RGB Variations
Color information
#370EFB (or 0x370EFB) is known color: Han Purple. HEX triplet: 37, 0E and FB. RGB value is (55,14,251). Sum of RGB (Red+Green+Blue) = 55+14+251=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #370EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EFB is #C8F104. Grayscale: #343434. Windows color (decimal): -13168901 or 16453175. OLE color: 16453175.
HSL color Cylindrical-coordinate representation of color #370EFB: hue angle of 250.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EFB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 14 | 251 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.02 |
| HSL | 250.38º | 0.97% | 0.52% | - |
| HSV(B) | 250.38º | 0.94% | 0.98% | - |
| XYZ | 19.15 | 8.09 | 91.82 | - |
| YUV | 53.28 | 239.58 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 251 | 0.78 | 0.94 | 0 | 0.02 | 250.38 | 0.97 | 0.52 |
| Hex | 37 | E | FB | 4E | 5E | 0 | 2 | FA | 61 | 34 |
| Octal | 67 | 16 | 373 | 116 | 136 | 0 | 2 | 372 | 141 | 64 |
| Binary | 110111 | 1110 | 11111011 | 1001110 | 1011110 | 0 | 10 | 11111010 | 1100001 | 110100 |
Color Harmonies of #370EFB
Complementary color
Monochromatic Colors of #370EFB
Black with #370EFB
Text Example
Text Example
White with #370EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370EFB; }
p { color: rgb(55,14,251); }
H1.HeaderClassName
{
color: #370EFB;
}
.AnyTagClassName
{
color: #370EFB;
}
</style>
background-color css
<style>
a { background-color: #370EFB; }
a { background-color: rgb(55,14,251); }
div.DivClassName
{
background-color: #370EFB;
}
.BgClassName
{
background-color: #370EFB;
}
</style>
border-color css
<style>
span { border-color: #370EFB; }
span { border-color: rgb(55,14,251); }
td.TdClassName
{
border-color: #370EFB;
}
.TagClassName
{
border-color: #370EFB;
}
</style>