Shades of Han Purple #380FDB
Tints of Han Purple #380FDB
RGB
CMYK
RGB Variations
Color information
#380FDB (or 0x380FDB) is known color: Han Purple. HEX triplet: 38, 0F and DB. RGB value is (56,15,219). Sum of RGB (Red+Green+Blue) = 56+15+219=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #380FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FDB is #C7F024. Grayscale: #313131. Windows color (decimal): -13103141 or 14356280. OLE color: 14356280.
HSL color Cylindrical-coordinate representation of color #380FDB: hue angle of 252.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380FDB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 15 | 219 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.14 |
| HSL | 252.06º | 0.87% | 0.46% | - |
| HSV(B) | 252.06º | 0.93% | 0.86% | - |
| XYZ | 14.59 | 6.3 | 67.46 | - |
| YUV | 50.52 | 223.08 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 219 | 0.74 | 0.93 | 0 | 0.14 | 252.06 | 0.87 | 0.46 |
| Hex | 38 | F | DB | 4A | 5D | 0 | E | FC | 57 | 2E |
| Octal | 70 | 17 | 333 | 112 | 135 | 0 | 16 | 374 | 127 | 56 |
| Binary | 111000 | 1111 | 11011011 | 1001010 | 1011101 | 0 | 1110 | 11111100 | 1010111 | 101110 |
Color Harmonies of #380FDB
Complementary color
Monochromatic Colors of #380FDB
Black with #380FDB
Text Example
Text Example
White with #380FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FDB; }
p { color: rgb(56,15,219); }
H1.HeaderClassName
{
color: #380FDB;
}
.AnyTagClassName
{
color: #380FDB;
}
</style>
background-color css
<style>
a { background-color: #380FDB; }
a { background-color: rgb(56,15,219); }
div.DivClassName
{
background-color: #380FDB;
}
.BgClassName
{
background-color: #380FDB;
}
</style>
border-color css
<style>
span { border-color: #380FDB; }
span { border-color: rgb(56,15,219); }
td.TdClassName
{
border-color: #380FDB;
}
.TagClassName
{
border-color: #380FDB;
}
</style>