Shades of Han Purple #370BF8
Tints of Han Purple #370BF8
RGB
CMYK
RGB Variations
Color information
#370BF8 (or 0x370BF8) is known color: Han Purple. HEX triplet: 37, 0B and F8. RGB value is (55,11,248). Sum of RGB (Red+Green+Blue) = 55+11+248=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #370BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BF8 is #C8F407. Grayscale: #323232. Windows color (decimal): -13169672 or 16255799. OLE color: 16255799.
HSL color Cylindrical-coordinate representation of color #370BF8: hue angle of 251.14º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370BF8 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 11 | 248 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.03 |
| HSL | 251.14º | 0.94% | 0.51% | - |
| HSV(B) | 251.14º | 0.96% | 0.97% | - |
| XYZ | 18.64 | 7.83 | 89.34 | - |
| YUV | 51.17 | 239.08 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 248 | 0.78 | 0.96 | 0 | 0.03 | 251.14 | 0.94 | 0.51 |
| Hex | 37 | B | F8 | 4E | 60 | 0 | 3 | FB | 5E | 33 |
| Octal | 67 | 13 | 370 | 116 | 140 | 0 | 3 | 373 | 136 | 63 |
| Binary | 110111 | 1011 | 11111000 | 1001110 | 1100000 | 0 | 11 | 11111011 | 1011110 | 110011 |
Color Harmonies of #370BF8
Complementary color
Monochromatic Colors of #370BF8
Black with #370BF8
Text Example
Text Example
White with #370BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BF8; }
p { color: rgb(55,11,248); }
H1.HeaderClassName
{
color: #370BF8;
}
.AnyTagClassName
{
color: #370BF8;
}
</style>
background-color css
<style>
a { background-color: #370BF8; }
a { background-color: rgb(55,11,248); }
div.DivClassName
{
background-color: #370BF8;
}
.BgClassName
{
background-color: #370BF8;
}
</style>
border-color css
<style>
span { border-color: #370BF8; }
span { border-color: rgb(55,11,248); }
td.TdClassName
{
border-color: #370BF8;
}
.TagClassName
{
border-color: #370BF8;
}
</style>