Shades of Han Purple #382EDE
Tints of Han Purple #382EDE
RGB
CMYK
RGB Variations
Color information
#382EDE (or 0x382EDE) is known color: Han Purple. HEX triplet: 38, 2E and DE. RGB value is (56,46,222). Sum of RGB (Red+Green+Blue) = 56+46+222=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #382EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EDE is #C7D121. Grayscale: #444444. Windows color (decimal): -13095202 or 14560824. OLE color: 14560824.
HSL color Cylindrical-coordinate representation of color #382EDE: hue angle of 243.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382EDE is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 46 | 222 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.13 |
| HSL | 243.41º | 0.73% | 0.53% | - |
| HSV(B) | 243.41º | 0.79% | 0.87% | - |
| XYZ | 15.79 | 8.07 | 69.83 | - |
| YUV | 69.05 | 214.31 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 222 | 0.75 | 0.79 | 0 | 0.13 | 243.41 | 0.73 | 0.53 |
| Hex | 38 | 2E | DE | 4B | 4F | 0 | D | F3 | 49 | 35 |
| Octal | 70 | 56 | 336 | 113 | 117 | 0 | 15 | 363 | 111 | 65 |
| Binary | 111000 | 101110 | 11011110 | 1001011 | 1001111 | 0 | 1101 | 11110011 | 1001001 | 110101 |
Color Harmonies of #382EDE
Complementary color
Monochromatic Colors of #382EDE
Black with #382EDE
Text Example
Text Example
White with #382EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382EDE; }
p { color: rgb(56,46,222); }
H1.HeaderClassName
{
color: #382EDE;
}
.AnyTagClassName
{
color: #382EDE;
}
</style>
background-color css
<style>
a { background-color: #382EDE; }
a { background-color: rgb(56,46,222); }
div.DivClassName
{
background-color: #382EDE;
}
.BgClassName
{
background-color: #382EDE;
}
</style>
border-color css
<style>
span { border-color: #382EDE; }
span { border-color: rgb(56,46,222); }
td.TdClassName
{
border-color: #382EDE;
}
.TagClassName
{
border-color: #382EDE;
}
</style>