Shades of Han Purple #380DCE
Tints of Han Purple #380DCE
RGB
CMYK
RGB Variations
Color information
#380DCE (or 0x380DCE) is known color: Han Purple. HEX triplet: 38, 0D and CE. RGB value is (56,13,206). Sum of RGB (Red+Green+Blue) = 56+13+206=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #380DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DCE is #C7F231. Grayscale: #2F2F2F. Windows color (decimal): -13103666 or 13503800. OLE color: 13503800.
HSL color Cylindrical-coordinate representation of color #380DCE: hue angle of 253.37º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380DCE is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 13 | 206 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.19 |
| HSL | 253.37º | 0.88% | 0.43% | - |
| HSV(B) | 253.37º | 0.94% | 0.81% | - |
| XYZ | 12.92 | 5.58 | 58.79 | - |
| YUV | 47.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 206 | 0.73 | 0.94 | 0 | 0.19 | 253.37 | 0.88 | 0.43 |
| Hex | 38 | D | CE | 49 | 5E | 0 | 13 | FD | 58 | 2B |
| Octal | 70 | 15 | 316 | 111 | 136 | 0 | 23 | 375 | 130 | 53 |
| Binary | 111000 | 1101 | 11001110 | 1001001 | 1011110 | 0 | 10011 | 11111101 | 1011000 | 101011 |
Color Harmonies of #380DCE
Complementary color
Monochromatic Colors of #380DCE
Black with #380DCE
Text Example
Text Example
White with #380DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DCE; }
p { color: rgb(56,13,206); }
H1.HeaderClassName
{
color: #380DCE;
}
.AnyTagClassName
{
color: #380DCE;
}
</style>
background-color css
<style>
a { background-color: #380DCE; }
a { background-color: rgb(56,13,206); }
div.DivClassName
{
background-color: #380DCE;
}
.BgClassName
{
background-color: #380DCE;
}
</style>
border-color css
<style>
span { border-color: #380DCE; }
span { border-color: rgb(56,13,206); }
td.TdClassName
{
border-color: #380DCE;
}
.TagClassName
{
border-color: #380DCE;
}
</style>