Shades of Han Purple #381EE5
Tints of Han Purple #381EE5
RGB
CMYK
RGB Variations
Color information
#381EE5 (or 0x381EE5) is known color: Han Purple. HEX triplet: 38, 1E and E5. RGB value is (56,30,229). Sum of RGB (Red+Green+Blue) = 56+30+229=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 229 (89.84% from 255 or 72.70% from 315); Max value from RGB is 229 - color contains mainly: blue. Hex color #381EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EE5 is #C7E11A. Grayscale: #3B3B3B. Windows color (decimal): -13099291 or 15015480. OLE color: 15015480.
HSL color Cylindrical-coordinate representation of color #381EE5: hue angle of 247.84º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381EE5 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 30 | 229 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.10 |
| HSL | 247.84º | 0.79% | 0.51% | - |
| HSV(B) | 247.84º | 0.87% | 0.9% | - |
| XYZ | 16.24 | 7.43 | 74.71 | - |
| YUV | 60.46 | 223.11 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 229 | 0.76 | 0.87 | 0 | 0.10 | 247.84 | 0.79 | 0.51 |
| Hex | 38 | 1E | E5 | 4C | 57 | 0 | A | F8 | 4F | 33 |
| Octal | 70 | 36 | 345 | 114 | 127 | 0 | 12 | 370 | 117 | 63 |
| Binary | 111000 | 11110 | 11100101 | 1001100 | 1010111 | 0 | 1010 | 11111000 | 1001111 | 110011 |
Color Harmonies of #381EE5
Complementary color
Monochromatic Colors of #381EE5
Black with #381EE5
Text Example
Text Example
White with #381EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EE5; }
p { color: rgb(56,30,229); }
H1.HeaderClassName
{
color: #381EE5;
}
.AnyTagClassName
{
color: #381EE5;
}
</style>
background-color css
<style>
a { background-color: #381EE5; }
a { background-color: rgb(56,30,229); }
div.DivClassName
{
background-color: #381EE5;
}
.BgClassName
{
background-color: #381EE5;
}
</style>
border-color css
<style>
span { border-color: #381EE5; }
span { border-color: rgb(56,30,229); }
td.TdClassName
{
border-color: #381EE5;
}
.TagClassName
{
border-color: #381EE5;
}
</style>