Shades of Han Purple #381EEB
Tints of Han Purple #381EEB
RGB
CMYK
RGB Variations
Color information
#381EEB (or 0x381EEB) is known color: Han Purple. HEX triplet: 38, 1E and EB. RGB value is (56,30,235). Sum of RGB (Red+Green+Blue) = 56+30+235=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #381EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EEB is #C7E114. Grayscale: #3C3C3C. Windows color (decimal): -13099285 or 15408696. OLE color: 15408696.
HSL color Cylindrical-coordinate representation of color #381EEB: hue angle of 247.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381EEB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 30 | 235 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.08 |
| HSL | 247.61º | 0.84% | 0.52% | - |
| HSV(B) | 247.61º | 0.87% | 0.92% | - |
| XYZ | 17.09 | 7.77 | 79.2 | - |
| YUV | 61.14 | 226.11 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 235 | 0.76 | 0.87 | 0 | 0.08 | 247.61 | 0.84 | 0.52 |
| Hex | 38 | 1E | EB | 4C | 57 | 0 | 8 | F8 | 54 | 34 |
| Octal | 70 | 36 | 353 | 114 | 127 | 0 | 10 | 370 | 124 | 64 |
| Binary | 111000 | 11110 | 11101011 | 1001100 | 1010111 | 0 | 1000 | 11111000 | 1010100 | 110100 |
Color Harmonies of #381EEB
Complementary color
Monochromatic Colors of #381EEB
Black with #381EEB
Text Example
Text Example
White with #381EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EEB; }
p { color: rgb(56,30,235); }
H1.HeaderClassName
{
color: #381EEB;
}
.AnyTagClassName
{
color: #381EEB;
}
</style>
background-color css
<style>
a { background-color: #381EEB; }
a { background-color: rgb(56,30,235); }
div.DivClassName
{
background-color: #381EEB;
}
.BgClassName
{
background-color: #381EEB;
}
</style>
border-color css
<style>
span { border-color: #381EEB; }
span { border-color: rgb(56,30,235); }
td.TdClassName
{
border-color: #381EEB;
}
.TagClassName
{
border-color: #381EEB;
}
</style>