Shades of Han Purple #382CDC
Tints of Han Purple #382CDC
RGB
CMYK
RGB Variations
Color information
#382CDC (or 0x382CDC) is known color: Han Purple. HEX triplet: 38, 2C and DC. RGB value is (56,44,220). Sum of RGB (Red+Green+Blue) = 56+44+220=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #382CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CDC is #C7D323. Grayscale: #424242. Windows color (decimal): -13095716 or 14429240. OLE color: 14429240.
HSL color Cylindrical-coordinate representation of color #382CDC: hue angle of 244.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382CDC is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 44 | 220 | - |
| CMYK | 0.75 | 0.8 | 0 | 0.14 |
| HSL | 244.09º | 0.72% | 0.52% | - |
| HSV(B) | 244.09º | 0.8% | 0.86% | - |
| XYZ | 15.45 | 7.81 | 68.4 | - |
| YUV | 67.65 | 213.98 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 220 | 0.75 | 0.8 | 0 | 0.14 | 244.09 | 0.72 | 0.52 |
| Hex | 38 | 2C | DC | 4B | 50 | 0 | E | F4 | 48 | 34 |
| Octal | 70 | 54 | 334 | 113 | 120 | 0 | 16 | 364 | 110 | 64 |
| Binary | 111000 | 101100 | 11011100 | 1001011 | 1010000 | 0 | 1110 | 11110100 | 1001000 | 110100 |
Color Harmonies of #382CDC
Complementary color
Monochromatic Colors of #382CDC
Black with #382CDC
Text Example
Text Example
White with #382CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CDC; }
p { color: rgb(56,44,220); }
H1.HeaderClassName
{
color: #382CDC;
}
.AnyTagClassName
{
color: #382CDC;
}
</style>
background-color css
<style>
a { background-color: #382CDC; }
a { background-color: rgb(56,44,220); }
div.DivClassName
{
background-color: #382CDC;
}
.BgClassName
{
background-color: #382CDC;
}
</style>
border-color css
<style>
span { border-color: #382CDC; }
span { border-color: rgb(56,44,220); }
td.TdClassName
{
border-color: #382CDC;
}
.TagClassName
{
border-color: #382CDC;
}
</style>