Shades of Han Purple #380DEE
Tints of Han Purple #380DEE
RGB
CMYK
RGB Variations
Color information
#380DEE (or 0x380DEE) is known color: Han Purple. HEX triplet: 38, 0D and EE. RGB value is (56,13,238). Sum of RGB (Red+Green+Blue) = 56+13+238=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #380DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380DEE is #C7F211. Grayscale: #323232. Windows color (decimal): -13103634 or 15600952. OLE color: 15600952.
HSL color Cylindrical-coordinate representation of color #380DEE: hue angle of 251.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380DEE is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 13 | 238 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.07 |
| HSL | 251.47º | 0.9% | 0.49% | - |
| HSV(B) | 251.47º | 0.95% | 0.93% | - |
| XYZ | 17.21 | 7.3 | 81.39 | - |
| YUV | 51.51 | 233.25 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 238 | 0.76 | 0.95 | 0 | 0.07 | 251.47 | 0.9 | 0.49 |
| Hex | 38 | D | EE | 4C | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 70 | 15 | 356 | 114 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 111000 | 1101 | 11101110 | 1001100 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #380DEE
Complementary color
Monochromatic Colors of #380DEE
Black with #380DEE
Text Example
Text Example
White with #380DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DEE; }
p { color: rgb(56,13,238); }
H1.HeaderClassName
{
color: #380DEE;
}
.AnyTagClassName
{
color: #380DEE;
}
</style>
background-color css
<style>
a { background-color: #380DEE; }
a { background-color: rgb(56,13,238); }
div.DivClassName
{
background-color: #380DEE;
}
.BgClassName
{
background-color: #380DEE;
}
</style>
border-color css
<style>
span { border-color: #380DEE; }
span { border-color: rgb(56,13,238); }
td.TdClassName
{
border-color: #380DEE;
}
.TagClassName
{
border-color: #380DEE;
}
</style>