Shades of Han Purple #381DDC
Tints of Han Purple #381DDC
RGB
CMYK
RGB Variations
Color information
#381DDC (or 0x381DDC) is known color: Han Purple. HEX triplet: 38, 1D and DC. RGB value is (56,29,220). Sum of RGB (Red+Green+Blue) = 56+29+220=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #381DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DDC is #C7E223. Grayscale: #3A3A3A. Windows color (decimal): -13099556 or 14425400. OLE color: 14425400.
HSL color Cylindrical-coordinate representation of color #381DDC: hue angle of 248.48º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381DDC is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 29 | 220 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.14 |
| HSL | 248.48º | 0.77% | 0.49% | - |
| HSV(B) | 248.48º | 0.87% | 0.86% | - |
| XYZ | 14.99 | 6.89 | 68.25 | - |
| YUV | 58.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 220 | 0.75 | 0.87 | 0 | 0.14 | 248.48 | 0.77 | 0.49 |
| Hex | 38 | 1D | DC | 4B | 57 | 0 | E | F8 | 4D | 31 |
| Octal | 70 | 35 | 334 | 113 | 127 | 0 | 16 | 370 | 115 | 61 |
| Binary | 111000 | 11101 | 11011100 | 1001011 | 1010111 | 0 | 1110 | 11111000 | 1001101 | 110001 |
Color Harmonies of #381DDC
Complementary color
Monochromatic Colors of #381DDC
Black with #381DDC
Text Example
Text Example
White with #381DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DDC; }
p { color: rgb(56,29,220); }
H1.HeaderClassName
{
color: #381DDC;
}
.AnyTagClassName
{
color: #381DDC;
}
</style>
background-color css
<style>
a { background-color: #381DDC; }
a { background-color: rgb(56,29,220); }
div.DivClassName
{
background-color: #381DDC;
}
.BgClassName
{
background-color: #381DDC;
}
</style>
border-color css
<style>
span { border-color: #381DDC; }
span { border-color: rgb(56,29,220); }
td.TdClassName
{
border-color: #381DDC;
}
.TagClassName
{
border-color: #381DDC;
}
</style>