Shades of Han Purple #370FEB
Tints of Han Purple #370FEB
RGB
CMYK
RGB Variations
Color information
#370FEB (or 0x370FEB) is known color: Han Purple. HEX triplet: 37, 0F and EB. RGB value is (55,15,235). Sum of RGB (Red+Green+Blue) = 55+15+235=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #370FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FEB is #C8F014. Grayscale: #333333. Windows color (decimal): -13168661 or 15404855. OLE color: 15404855.
HSL color Cylindrical-coordinate representation of color #370FEB: hue angle of 250.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FEB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 15 | 235 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.08 |
| HSL | 250.91º | 0.88% | 0.49% | - |
| HSV(B) | 250.91º | 0.94% | 0.92% | - |
| XYZ | 16.74 | 7.15 | 79.1 | - |
| YUV | 52.04 | 231.25 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 235 | 0.77 | 0.94 | 0 | 0.08 | 250.91 | 0.88 | 0.49 |
| Hex | 37 | F | EB | 4D | 5E | 0 | 8 | FB | 58 | 31 |
| Octal | 67 | 17 | 353 | 115 | 136 | 0 | 10 | 373 | 130 | 61 |
| Binary | 110111 | 1111 | 11101011 | 1001101 | 1011110 | 0 | 1000 | 11111011 | 1011000 | 110001 |
Color Harmonies of #370FEB
Complementary color
Monochromatic Colors of #370FEB
Black with #370FEB
Text Example
Text Example
White with #370FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FEB; }
p { color: rgb(55,15,235); }
H1.HeaderClassName
{
color: #370FEB;
}
.AnyTagClassName
{
color: #370FEB;
}
</style>
background-color css
<style>
a { background-color: #370FEB; }
a { background-color: rgb(55,15,235); }
div.DivClassName
{
background-color: #370FEB;
}
.BgClassName
{
background-color: #370FEB;
}
</style>
border-color css
<style>
span { border-color: #370FEB; }
span { border-color: rgb(55,15,235); }
td.TdClassName
{
border-color: #370FEB;
}
.TagClassName
{
border-color: #370FEB;
}
</style>