Shades of Han Purple #380DCD
Tints of Han Purple #380DCD
RGB
CMYK
RGB Variations
Color information
#380DCD (or 0x380DCD) is known color: Han Purple. HEX triplet: 38, 0D and CD. RGB value is (56,13,205). Sum of RGB (Red+Green+Blue) = 56+13+205=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #380DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DCD is #C7F232. Grayscale: #2F2F2F. Windows color (decimal): -13103667 or 13438264. OLE color: 13438264.
HSL color Cylindrical-coordinate representation of color #380DCD: hue angle of 253.44º 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 #380DCD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 13 | 205 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.20 |
| HSL | 253.44º | 0.88% | 0.43% | - |
| HSV(B) | 253.44º | 0.94% | 0.8% | - |
| XYZ | 12.79 | 5.54 | 58.15 | - |
| YUV | 47.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 205 | 0.73 | 0.94 | 0 | 0.20 | 253.44 | 0.88 | 0.43 |
| Hex | 38 | D | CD | 49 | 5E | 0 | 14 | FD | 58 | 2B |
| Octal | 70 | 15 | 315 | 111 | 136 | 0 | 24 | 375 | 130 | 53 |
| Binary | 111000 | 1101 | 11001101 | 1001001 | 1011110 | 0 | 10100 | 11111101 | 1011000 | 101011 |
Color Harmonies of #380DCD
Complementary color
Monochromatic Colors of #380DCD
Black with #380DCD
Text Example
Text Example
White with #380DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DCD; }
p { color: rgb(56,13,205); }
H1.HeaderClassName
{
color: #380DCD;
}
.AnyTagClassName
{
color: #380DCD;
}
</style>
background-color css
<style>
a { background-color: #380DCD; }
a { background-color: rgb(56,13,205); }
div.DivClassName
{
background-color: #380DCD;
}
.BgClassName
{
background-color: #380DCD;
}
</style>
border-color css
<style>
span { border-color: #380DCD; }
span { border-color: rgb(56,13,205); }
td.TdClassName
{
border-color: #380DCD;
}
.TagClassName
{
border-color: #380DCD;
}
</style>