Shades of Han Purple #380ADC
Tints of Han Purple #380ADC
RGB
CMYK
RGB Variations
Color information
#380ADC (or 0x380ADC) is known color: Han Purple. HEX triplet: 38, 0A and DC. RGB value is (56,10,220). Sum of RGB (Red+Green+Blue) = 56+10+220=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #380ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ADC is #C7F523. Grayscale: #2E2E2E. Windows color (decimal): -13104420 or 14420536. OLE color: 14420536.
HSL color Cylindrical-coordinate representation of color #380ADC: hue angle of 253.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380ADC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 10 | 220 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.14 |
| HSL | 253.14º | 0.91% | 0.45% | - |
| HSV(B) | 253.14º | 0.95% | 0.86% | - |
| XYZ | 14.66 | 6.23 | 68.14 | - |
| YUV | 47.69 | 225.24 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 220 | 0.75 | 0.95 | 0 | 0.14 | 253.14 | 0.91 | 0.45 |
| Hex | 38 | A | DC | 4B | 5F | 0 | E | FD | 5B | 2D |
| Octal | 70 | 12 | 334 | 113 | 137 | 0 | 16 | 375 | 133 | 55 |
| Binary | 111000 | 1010 | 11011100 | 1001011 | 1011111 | 0 | 1110 | 11111101 | 1011011 | 101101 |
Color Harmonies of #380ADC
Complementary color
Monochromatic Colors of #380ADC
Black with #380ADC
Text Example
Text Example
White with #380ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ADC; }
p { color: rgb(56,10,220); }
H1.HeaderClassName
{
color: #380ADC;
}
.AnyTagClassName
{
color: #380ADC;
}
</style>
background-color css
<style>
a { background-color: #380ADC; }
a { background-color: rgb(56,10,220); }
div.DivClassName
{
background-color: #380ADC;
}
.BgClassName
{
background-color: #380ADC;
}
</style>
border-color css
<style>
span { border-color: #380ADC; }
span { border-color: rgb(56,10,220); }
td.TdClassName
{
border-color: #380ADC;
}
.TagClassName
{
border-color: #380ADC;
}
</style>