Shades of Han Purple #370BD8
Tints of Han Purple #370BD8
RGB
CMYK
RGB Variations
Color information
#370BD8 (or 0x370BD8) is known color: Han Purple. HEX triplet: 37, 0B and D8. RGB value is (55,11,216). Sum of RGB (Red+Green+Blue) = 55+11+216=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 216 (84.77% from 255 or 76.60% from 282); Max value from RGB is 216 - color contains mainly: blue. Hex color #370BD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BD8 is #C8F427. Grayscale: #2E2E2E. Windows color (decimal): -13169704 or 14158647. OLE color: 14158647.
HSL color Cylindrical-coordinate representation of color #370BD8: hue angle of 252.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BD8 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 11 | 216 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.15 |
| HSL | 252.88º | 0.9% | 0.45% | - |
| HSV(B) | 252.88º | 0.95% | 0.85% | - |
| XYZ | 14.09 | 6.01 | 65.38 | - |
| YUV | 47.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 216 | 0.75 | 0.95 | 0 | 0.15 | 252.88 | 0.9 | 0.45 |
| Hex | 37 | B | D8 | 4B | 5F | 0 | F | FD | 5A | 2D |
| Octal | 67 | 13 | 330 | 113 | 137 | 0 | 17 | 375 | 132 | 55 |
| Binary | 110111 | 1011 | 11011000 | 1001011 | 1011111 | 0 | 1111 | 11111101 | 1011010 | 101101 |
Color Harmonies of #370BD8
Complementary color
Monochromatic Colors of #370BD8
Black with #370BD8
Text Example
Text Example
White with #370BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BD8; }
p { color: rgb(55,11,216); }
H1.HeaderClassName
{
color: #370BD8;
}
.AnyTagClassName
{
color: #370BD8;
}
</style>
background-color css
<style>
a { background-color: #370BD8; }
a { background-color: rgb(55,11,216); }
div.DivClassName
{
background-color: #370BD8;
}
.BgClassName
{
background-color: #370BD8;
}
</style>
border-color css
<style>
span { border-color: #370BD8; }
span { border-color: rgb(55,11,216); }
td.TdClassName
{
border-color: #370BD8;
}
.TagClassName
{
border-color: #370BD8;
}
</style>