Shades of Han Purple #381BED
Tints of Han Purple #381BED
RGB
CMYK
RGB Variations
Color information
#381BED (or 0x381BED) is known color: Han Purple. HEX triplet: 38, 1B and ED. RGB value is (56,27,237). Sum of RGB (Red+Green+Blue) = 56+27+237=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #381BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BED is #C7E412. Grayscale: #3A3A3A. Windows color (decimal): -13100051 or 15539000. OLE color: 15539000.
HSL color Cylindrical-coordinate representation of color #381BED: hue angle of 248.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BED is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 27 | 237 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.07 |
| HSL | 248.29º | 0.85% | 0.52% | - |
| HSV(B) | 248.29º | 0.89% | 0.93% | - |
| XYZ | 17.31 | 7.74 | 80.7 | - |
| YUV | 59.61 | 228.11 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 237 | 0.76 | 0.89 | 0 | 0.07 | 248.29 | 0.85 | 0.52 |
| Hex | 38 | 1B | ED | 4C | 59 | 0 | 7 | F8 | 55 | 34 |
| Octal | 70 | 33 | 355 | 114 | 131 | 0 | 7 | 370 | 125 | 64 |
| Binary | 111000 | 11011 | 11101101 | 1001100 | 1011001 | 0 | 111 | 11111000 | 1010101 | 110100 |
Color Harmonies of #381BED
Complementary color
Monochromatic Colors of #381BED
Black with #381BED
Text Example
Text Example
White with #381BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BED; }
p { color: rgb(56,27,237); }
H1.HeaderClassName
{
color: #381BED;
}
.AnyTagClassName
{
color: #381BED;
}
</style>
background-color css
<style>
a { background-color: #381BED; }
a { background-color: rgb(56,27,237); }
div.DivClassName
{
background-color: #381BED;
}
.BgClassName
{
background-color: #381BED;
}
</style>
border-color css
<style>
span { border-color: #381BED; }
span { border-color: rgb(56,27,237); }
td.TdClassName
{
border-color: #381BED;
}
.TagClassName
{
border-color: #381BED;
}
</style>