Shades of Han Purple #380ADB
Tints of Han Purple #380ADB
RGB
CMYK
RGB Variations
Color information
#380ADB (or 0x380ADB) is known color: Han Purple. HEX triplet: 38, 0A and DB. RGB value is (56,10,219). Sum of RGB (Red+Green+Blue) = 56+10+219=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 10 (4.30% from 255 or 3.51% 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 #380ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ADB is #C7F524. Grayscale: #2E2E2E. Windows color (decimal): -13104421 or 14355000. OLE color: 14355000.
HSL color Cylindrical-coordinate representation of color #380ADB: hue angle of 253.21º 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 #380ADB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 10 | 219 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.14 |
| HSL | 253.21º | 0.91% | 0.45% | - |
| HSV(B) | 253.21º | 0.95% | 0.86% | - |
| XYZ | 14.53 | 6.17 | 67.44 | - |
| YUV | 47.58 | 224.74 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 219 | 0.74 | 0.95 | 0 | 0.14 | 253.21 | 0.91 | 0.45 |
| Hex | 38 | A | DB | 4A | 5F | 0 | E | FD | 5B | 2D |
| Octal | 70 | 12 | 333 | 112 | 137 | 0 | 16 | 375 | 133 | 55 |
| Binary | 111000 | 1010 | 11011011 | 1001010 | 1011111 | 0 | 1110 | 11111101 | 1011011 | 101101 |
Color Harmonies of #380ADB
Complementary color
Monochromatic Colors of #380ADB
Black with #380ADB
Text Example
Text Example
White with #380ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ADB; }
p { color: rgb(56,10,219); }
H1.HeaderClassName
{
color: #380ADB;
}
.AnyTagClassName
{
color: #380ADB;
}
</style>
background-color css
<style>
a { background-color: #380ADB; }
a { background-color: rgb(56,10,219); }
div.DivClassName
{
background-color: #380ADB;
}
.BgClassName
{
background-color: #380ADB;
}
</style>
border-color css
<style>
span { border-color: #380ADB; }
span { border-color: rgb(56,10,219); }
td.TdClassName
{
border-color: #380ADB;
}
.TagClassName
{
border-color: #380ADB;
}
</style>