Shades of Han Purple #380DF6
Tints of Han Purple #380DF6
RGB
CMYK
RGB Variations
Color information
#380DF6 (or 0x380DF6) is known color: Han Purple. HEX triplet: 38, 0D and F6. RGB value is (56,13,246). Sum of RGB (Red+Green+Blue) = 56+13+246=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #380DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380DF6 is #C7F209. Grayscale: #333333. Windows color (decimal): -13103626 or 16125240. OLE color: 16125240.
HSL color Cylindrical-coordinate representation of color #380DF6: hue angle of 251.07º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380DF6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 13 | 246 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.04 |
| HSL | 251.07º | 0.93% | 0.51% | - |
| HSV(B) | 251.07º | 0.95% | 0.96% | - |
| XYZ | 18.41 | 7.78 | 87.72 | - |
| YUV | 52.42 | 237.25 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 246 | 0.77 | 0.95 | 0 | 0.04 | 251.07 | 0.93 | 0.51 |
| Hex | 38 | D | F6 | 4D | 5F | 0 | 4 | FB | 5D | 33 |
| Octal | 70 | 15 | 366 | 115 | 137 | 0 | 4 | 373 | 135 | 63 |
| Binary | 111000 | 1101 | 11110110 | 1001101 | 1011111 | 0 | 100 | 11111011 | 1011101 | 110011 |
Color Harmonies of #380DF6
Complementary color
Monochromatic Colors of #380DF6
Black with #380DF6
Text Example
Text Example
White with #380DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DF6; }
p { color: rgb(56,13,246); }
H1.HeaderClassName
{
color: #380DF6;
}
.AnyTagClassName
{
color: #380DF6;
}
</style>
background-color css
<style>
a { background-color: #380DF6; }
a { background-color: rgb(56,13,246); }
div.DivClassName
{
background-color: #380DF6;
}
.BgClassName
{
background-color: #380DF6;
}
</style>
border-color css
<style>
span { border-color: #380DF6; }
span { border-color: rgb(56,13,246); }
td.TdClassName
{
border-color: #380DF6;
}
.TagClassName
{
border-color: #380DF6;
}
</style>