Shades of Han Purple #370FFB
Tints of Han Purple #370FFB
RGB
CMYK
RGB Variations
Color information
#370FFB (or 0x370FFB) is known color: Han Purple. HEX triplet: 37, 0F and FB. RGB value is (55,15,251). Sum of RGB (Red+Green+Blue) = 55+15+251=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #370FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FFB is #C8F004. Grayscale: #343434. Windows color (decimal): -13168645 or 16453431. OLE color: 16453431.
HSL color Cylindrical-coordinate representation of color #370FFB: hue angle of 250.17º 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 #370FFB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 15 | 251 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.02 |
| HSL | 250.17º | 0.97% | 0.52% | - |
| HSV(B) | 250.17º | 0.94% | 0.98% | - |
| XYZ | 19.16 | 8.12 | 91.82 | - |
| YUV | 53.86 | 239.25 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 251 | 0.78 | 0.94 | 0 | 0.02 | 250.17 | 0.97 | 0.52 |
| Hex | 37 | F | FB | 4E | 5E | 0 | 2 | FA | 61 | 34 |
| Octal | 67 | 17 | 373 | 116 | 136 | 0 | 2 | 372 | 141 | 64 |
| Binary | 110111 | 1111 | 11111011 | 1001110 | 1011110 | 0 | 10 | 11111010 | 1100001 | 110100 |
Color Harmonies of #370FFB
Complementary color
Monochromatic Colors of #370FFB
Black with #370FFB
Text Example
Text Example
White with #370FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FFB; }
p { color: rgb(55,15,251); }
H1.HeaderClassName
{
color: #370FFB;
}
.AnyTagClassName
{
color: #370FFB;
}
</style>
background-color css
<style>
a { background-color: #370FFB; }
a { background-color: rgb(55,15,251); }
div.DivClassName
{
background-color: #370FFB;
}
.BgClassName
{
background-color: #370FFB;
}
</style>
border-color css
<style>
span { border-color: #370FFB; }
span { border-color: rgb(55,15,251); }
td.TdClassName
{
border-color: #370FFB;
}
.TagClassName
{
border-color: #370FFB;
}
</style>