Shades of Han Purple #380DCC
Tints of Han Purple #380DCC
RGB
CMYK
RGB Variations
Color information
#380DCC (or 0x380DCC) is known color: Han Purple. HEX triplet: 38, 0D and CC. RGB value is (56,13,204). Sum of RGB (Red+Green+Blue) = 56+13+204=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #380DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DCC is #C7F233. Grayscale: #2E2E2E. Windows color (decimal): -13103668 or 13372728. OLE color: 13372728.
HSL color Cylindrical-coordinate representation of color #380DCC: hue angle of 253.51º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380DCC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 13 | 204 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.2 |
| HSL | 253.51º | 0.88% | 0.43% | - |
| HSV(B) | 253.51º | 0.94% | 0.8% | - |
| XYZ | 12.67 | 5.49 | 57.52 | - |
| YUV | 47.63 | 216.25 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 204 | 0.73 | 0.94 | 0 | 0.2 | 253.51 | 0.88 | 0.43 |
| Hex | 38 | D | CC | 49 | 5E | 0 | 14 | FE | 58 | 2B |
| Octal | 70 | 15 | 314 | 111 | 136 | 0 | 24 | 376 | 130 | 53 |
| Binary | 111000 | 1101 | 11001100 | 1001001 | 1011110 | 0 | 10100 | 11111110 | 1011000 | 101011 |
Color Harmonies of #380DCC
Complementary color
Monochromatic Colors of #380DCC
Black with #380DCC
Text Example
Text Example
White with #380DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DCC; }
p { color: rgb(56,13,204); }
H1.HeaderClassName
{
color: #380DCC;
}
.AnyTagClassName
{
color: #380DCC;
}
</style>
background-color css
<style>
a { background-color: #380DCC; }
a { background-color: rgb(56,13,204); }
div.DivClassName
{
background-color: #380DCC;
}
.BgClassName
{
background-color: #380DCC;
}
</style>
border-color css
<style>
span { border-color: #380DCC; }
span { border-color: rgb(56,13,204); }
td.TdClassName
{
border-color: #380DCC;
}
.TagClassName
{
border-color: #380DCC;
}
</style>