Shades of Han Purple #382EE0
Tints of Han Purple #382EE0
RGB
CMYK
RGB Variations
Color information
#382EE0 (or 0x382EE0) is known color: Han Purple. HEX triplet: 38, 2E and E0. RGB value is (56,46,224). Sum of RGB (Red+Green+Blue) = 56+46+224=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #382EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EE0 is #C7D11F. Grayscale: #444444. Windows color (decimal): -13095200 or 14691896. OLE color: 14691896.
HSL color Cylindrical-coordinate representation of color #382EE0: hue angle of 243.37º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382EE0 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 46 | 224 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.12 |
| HSL | 243.37º | 0.74% | 0.53% | - |
| HSV(B) | 243.37º | 0.79% | 0.88% | - |
| XYZ | 16.06 | 8.18 | 71.25 | - |
| YUV | 69.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 224 | 0.75 | 0.79 | 0 | 0.12 | 243.37 | 0.74 | 0.53 |
| Hex | 38 | 2E | E0 | 4B | 4F | 0 | C | F3 | 4A | 35 |
| Octal | 70 | 56 | 340 | 113 | 117 | 0 | 14 | 363 | 112 | 65 |
| Binary | 111000 | 101110 | 11100000 | 1001011 | 1001111 | 0 | 1100 | 11110011 | 1001010 | 110101 |
Color Harmonies of #382EE0
Complementary color
Monochromatic Colors of #382EE0
Black with #382EE0
Text Example
Text Example
White with #382EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382EE0; }
p { color: rgb(56,46,224); }
H1.HeaderClassName
{
color: #382EE0;
}
.AnyTagClassName
{
color: #382EE0;
}
</style>
background-color css
<style>
a { background-color: #382EE0; }
a { background-color: rgb(56,46,224); }
div.DivClassName
{
background-color: #382EE0;
}
.BgClassName
{
background-color: #382EE0;
}
</style>
border-color css
<style>
span { border-color: #382EE0; }
span { border-color: rgb(56,46,224); }
td.TdClassName
{
border-color: #382EE0;
}
.TagClassName
{
border-color: #382EE0;
}
</style>