Shades of Han Purple #381EEE
Tints of Han Purple #381EEE
RGB
CMYK
RGB Variations
Color information
#381EEE (or 0x381EEE) is known color: Han Purple. HEX triplet: 38, 1E and EE. RGB value is (56,30,238). Sum of RGB (Red+Green+Blue) = 56+30+238=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #381EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EEE is #C7E111. Grayscale: #3C3C3C. Windows color (decimal): -13099282 or 15605304. OLE color: 15605304.
HSL color Cylindrical-coordinate representation of color #381EEE: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381EEE is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 30 | 238 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.07 |
| HSL | 247.5º | 0.86% | 0.53% | - |
| HSV(B) | 247.5º | 0.87% | 0.93% | - |
| XYZ | 17.53 | 7.94 | 81.5 | - |
| YUV | 61.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 238 | 0.76 | 0.87 | 0 | 0.07 | 247.5 | 0.86 | 0.53 |
| Hex | 38 | 1E | EE | 4C | 57 | 0 | 7 | F8 | 56 | 35 |
| Octal | 70 | 36 | 356 | 114 | 127 | 0 | 7 | 370 | 126 | 65 |
| Binary | 111000 | 11110 | 11101110 | 1001100 | 1010111 | 0 | 111 | 11111000 | 1010110 | 110101 |
Color Harmonies of #381EEE
Complementary color
Monochromatic Colors of #381EEE
Black with #381EEE
Text Example
Text Example
White with #381EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EEE; }
p { color: rgb(56,30,238); }
H1.HeaderClassName
{
color: #381EEE;
}
.AnyTagClassName
{
color: #381EEE;
}
</style>
background-color css
<style>
a { background-color: #381EEE; }
a { background-color: rgb(56,30,238); }
div.DivClassName
{
background-color: #381EEE;
}
.BgClassName
{
background-color: #381EEE;
}
</style>
border-color css
<style>
span { border-color: #381EEE; }
span { border-color: rgb(56,30,238); }
td.TdClassName
{
border-color: #381EEE;
}
.TagClassName
{
border-color: #381EEE;
}
</style>