Shades of Han Purple #382CDD
Tints of Han Purple #382CDD
RGB
CMYK
RGB Variations
Color information
#382CDD (or 0x382CDD) is known color: Han Purple. HEX triplet: 38, 2C and DD. RGB value is (56,44,221). Sum of RGB (Red+Green+Blue) = 56+44+221=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #382CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CDD is #C7D322. Grayscale: #434343. Windows color (decimal): -13095715 or 14494776. OLE color: 14494776.
HSL color Cylindrical-coordinate representation of color #382CDD: hue angle of 244.07º degrees, saturation: 0.72, 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 #382CDD is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 44 | 221 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.13 |
| HSL | 244.07º | 0.72% | 0.52% | - |
| HSV(B) | 244.07º | 0.8% | 0.87% | - |
| XYZ | 15.58 | 7.86 | 69.1 | - |
| YUV | 67.77 | 214.48 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 221 | 0.75 | 0.80 | 0 | 0.13 | 244.07 | 0.72 | 0.52 |
| Hex | 38 | 2C | DD | 4B | 50 | 0 | D | F4 | 48 | 34 |
| Octal | 70 | 54 | 335 | 113 | 120 | 0 | 15 | 364 | 110 | 64 |
| Binary | 111000 | 101100 | 11011101 | 1001011 | 1010000 | 0 | 1101 | 11110100 | 1001000 | 110100 |
Color Harmonies of #382CDD
Complementary color
Monochromatic Colors of #382CDD
Black with #382CDD
Text Example
Text Example
White with #382CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CDD; }
p { color: rgb(56,44,221); }
H1.HeaderClassName
{
color: #382CDD;
}
.AnyTagClassName
{
color: #382CDD;
}
</style>
background-color css
<style>
a { background-color: #382CDD; }
a { background-color: rgb(56,44,221); }
div.DivClassName
{
background-color: #382CDD;
}
.BgClassName
{
background-color: #382CDD;
}
</style>
border-color css
<style>
span { border-color: #382CDD; }
span { border-color: rgb(56,44,221); }
td.TdClassName
{
border-color: #382CDD;
}
.TagClassName
{
border-color: #382CDD;
}
</style>