Shades of Han Purple #380CE6
Tints of Han Purple #380CE6
RGB
CMYK
RGB Variations
Color information
#380CE6 (or 0x380CE6) is known color: Han Purple. HEX triplet: 38, 0C and E6. RGB value is (56,12,230). Sum of RGB (Red+Green+Blue) = 56+12+230=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #380CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CE6 is #C7F319. Grayscale: #313131. Windows color (decimal): -13103898 or 15076408. OLE color: 15076408.
HSL color Cylindrical-coordinate representation of color #380CE6: hue angle of 252.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CE6 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 12 | 230 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.10 |
| HSL | 252.11º | 0.9% | 0.47% | - |
| HSV(B) | 252.11º | 0.95% | 0.9% | - |
| XYZ | 16.05 | 6.82 | 75.33 | - |
| YUV | 50.01 | 229.58 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 230 | 0.76 | 0.95 | 0 | 0.10 | 252.11 | 0.9 | 0.47 |
| Hex | 38 | C | E6 | 4C | 5F | 0 | A | FC | 5A | 2F |
| Octal | 70 | 14 | 346 | 114 | 137 | 0 | 12 | 374 | 132 | 57 |
| Binary | 111000 | 1100 | 11100110 | 1001100 | 1011111 | 0 | 1010 | 11111100 | 1011010 | 101111 |
Color Harmonies of #380CE6
Complementary color
Monochromatic Colors of #380CE6
Black with #380CE6
Text Example
Text Example
White with #380CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CE6; }
p { color: rgb(56,12,230); }
H1.HeaderClassName
{
color: #380CE6;
}
.AnyTagClassName
{
color: #380CE6;
}
</style>
background-color css
<style>
a { background-color: #380CE6; }
a { background-color: rgb(56,12,230); }
div.DivClassName
{
background-color: #380CE6;
}
.BgClassName
{
background-color: #380CE6;
}
</style>
border-color css
<style>
span { border-color: #380CE6; }
span { border-color: rgb(56,12,230); }
td.TdClassName
{
border-color: #380CE6;
}
.TagClassName
{
border-color: #380CE6;
}
</style>