Shades of Han Purple #370BDB
Tints of Han Purple #370BDB
RGB
CMYK
RGB Variations
Color information
#370BDB (or 0x370BDB) is known color: Han Purple. HEX triplet: 37, 0B and DB. RGB value is (55,11,219). Sum of RGB (Red+Green+Blue) = 55+11+219=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #370BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BDB is #C8F424. Grayscale: #2F2F2F. Windows color (decimal): -13169701 or 14355255. OLE color: 14355255.
HSL color Cylindrical-coordinate representation of color #370BDB: hue angle of 252.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BDB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 11 | 219 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.14 |
| HSL | 252.69º | 0.9% | 0.45% | - |
| HSV(B) | 252.69º | 0.95% | 0.86% | - |
| XYZ | 14.48 | 6.17 | 67.44 | - |
| YUV | 47.87 | 224.58 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 219 | 0.75 | 0.95 | 0 | 0.14 | 252.69 | 0.9 | 0.45 |
| Hex | 37 | B | DB | 4B | 5F | 0 | E | FD | 5A | 2D |
| Octal | 67 | 13 | 333 | 113 | 137 | 0 | 16 | 375 | 132 | 55 |
| Binary | 110111 | 1011 | 11011011 | 1001011 | 1011111 | 0 | 1110 | 11111101 | 1011010 | 101101 |
Color Harmonies of #370BDB
Complementary color
Monochromatic Colors of #370BDB
Black with #370BDB
Text Example
Text Example
White with #370BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BDB; }
p { color: rgb(55,11,219); }
H1.HeaderClassName
{
color: #370BDB;
}
.AnyTagClassName
{
color: #370BDB;
}
</style>
background-color css
<style>
a { background-color: #370BDB; }
a { background-color: rgb(55,11,219); }
div.DivClassName
{
background-color: #370BDB;
}
.BgClassName
{
background-color: #370BDB;
}
</style>
border-color css
<style>
span { border-color: #370BDB; }
span { border-color: rgb(55,11,219); }
td.TdClassName
{
border-color: #370BDB;
}
.TagClassName
{
border-color: #370BDB;
}
</style>