Shades of Han Purple #382CDF
Tints of Han Purple #382CDF
RGB
CMYK
RGB Variations
Color information
#382CDF (or 0x382CDF) is known color: Han Purple. HEX triplet: 38, 2C and DF. RGB value is (56,44,223). Sum of RGB (Red+Green+Blue) = 56+44+223=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #382CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CDF is #C7D320. Grayscale: #434343. Windows color (decimal): -13095713 or 14625848. OLE color: 14625848.
HSL color Cylindrical-coordinate representation of color #382CDF: hue angle of 244.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382CDF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 44 | 223 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.13 |
| HSL | 244.02º | 0.74% | 0.52% | - |
| HSV(B) | 244.02º | 0.8% | 0.87% | - |
| XYZ | 15.85 | 7.97 | 70.51 | - |
| YUV | 67.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 223 | 0.75 | 0.80 | 0 | 0.13 | 244.02 | 0.74 | 0.52 |
| Hex | 38 | 2C | DF | 4B | 50 | 0 | D | F4 | 4A | 34 |
| Octal | 70 | 54 | 337 | 113 | 120 | 0 | 15 | 364 | 112 | 64 |
| Binary | 111000 | 101100 | 11011111 | 1001011 | 1010000 | 0 | 1101 | 11110100 | 1001010 | 110100 |
Color Harmonies of #382CDF
Complementary color
Monochromatic Colors of #382CDF
Black with #382CDF
Text Example
Text Example
White with #382CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CDF; }
p { color: rgb(56,44,223); }
H1.HeaderClassName
{
color: #382CDF;
}
.AnyTagClassName
{
color: #382CDF;
}
</style>
background-color css
<style>
a { background-color: #382CDF; }
a { background-color: rgb(56,44,223); }
div.DivClassName
{
background-color: #382CDF;
}
.BgClassName
{
background-color: #382CDF;
}
</style>
border-color css
<style>
span { border-color: #382CDF; }
span { border-color: rgb(56,44,223); }
td.TdClassName
{
border-color: #382CDF;
}
.TagClassName
{
border-color: #382CDF;
}
</style>