Shades of Han Purple #370ADB
Tints of Han Purple #370ADB
RGB
CMYK
RGB Variations
Color information
#370ADB (or 0x370ADB) is known color: Han Purple. HEX triplet: 37, 0A and DB. RGB value is (55,10,219). Sum of RGB (Red+Green+Blue) = 55+10+219=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #370ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ADB is #C8F524. Grayscale: #2E2E2E. Windows color (decimal): -13169957 or 14354999. OLE color: 14354999.
HSL color Cylindrical-coordinate representation of color #370ADB: hue angle of 252.92º degrees, saturation: 0.91, 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 #370ADB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 10 | 219 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.14 |
| HSL | 252.92º | 0.91% | 0.45% | - |
| HSV(B) | 252.92º | 0.95% | 0.86% | - |
| XYZ | 14.47 | 6.14 | 67.44 | - |
| YUV | 47.28 | 224.91 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 219 | 0.75 | 0.95 | 0 | 0.14 | 252.92 | 0.91 | 0.45 |
| Hex | 37 | A | DB | 4B | 5F | 0 | E | FD | 5B | 2D |
| Octal | 67 | 12 | 333 | 113 | 137 | 0 | 16 | 375 | 133 | 55 |
| Binary | 110111 | 1010 | 11011011 | 1001011 | 1011111 | 0 | 1110 | 11111101 | 1011011 | 101101 |
Color Harmonies of #370ADB
Complementary color
Monochromatic Colors of #370ADB
Black with #370ADB
Text Example
Text Example
White with #370ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370ADB; }
p { color: rgb(55,10,219); }
H1.HeaderClassName
{
color: #370ADB;
}
.AnyTagClassName
{
color: #370ADB;
}
</style>
background-color css
<style>
a { background-color: #370ADB; }
a { background-color: rgb(55,10,219); }
div.DivClassName
{
background-color: #370ADB;
}
.BgClassName
{
background-color: #370ADB;
}
</style>
border-color css
<style>
span { border-color: #370ADB; }
span { border-color: rgb(55,10,219); }
td.TdClassName
{
border-color: #370ADB;
}
.TagClassName
{
border-color: #370ADB;
}
</style>