Shades of Han Purple #380ACE
Tints of Han Purple #380ACE
RGB
CMYK
RGB Variations
Color information
#380ACE (or 0x380ACE) is known color: Han Purple. HEX triplet: 38, 0A and CE. RGB value is (56,10,206). Sum of RGB (Red+Green+Blue) = 56+10+206=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #380ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ACE is #C7F531. Grayscale: #2D2D2D. Windows color (decimal): -13104434 or 13503032. OLE color: 13503032.
HSL color Cylindrical-coordinate representation of color #380ACE: hue angle of 254.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380ACE is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 10 | 206 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.19 |
| HSL | 254.08º | 0.91% | 0.42% | - |
| HSV(B) | 254.08º | 0.95% | 0.81% | - |
| XYZ | 12.88 | 5.51 | 58.78 | - |
| YUV | 46.1 | 218.24 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 206 | 0.73 | 0.95 | 0 | 0.19 | 254.08 | 0.91 | 0.42 |
| Hex | 38 | A | CE | 49 | 5F | 0 | 13 | FE | 5B | 2A |
| Octal | 70 | 12 | 316 | 111 | 137 | 0 | 23 | 376 | 133 | 52 |
| Binary | 111000 | 1010 | 11001110 | 1001001 | 1011111 | 0 | 10011 | 11111110 | 1011011 | 101010 |
Color Harmonies of #380ACE
Complementary color
Monochromatic Colors of #380ACE
Black with #380ACE
Text Example
Text Example
White with #380ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ACE; }
p { color: rgb(56,10,206); }
H1.HeaderClassName
{
color: #380ACE;
}
.AnyTagClassName
{
color: #380ACE;
}
</style>
background-color css
<style>
a { background-color: #380ACE; }
a { background-color: rgb(56,10,206); }
div.DivClassName
{
background-color: #380ACE;
}
.BgClassName
{
background-color: #380ACE;
}
</style>
border-color css
<style>
span { border-color: #380ACE; }
span { border-color: rgb(56,10,206); }
td.TdClassName
{
border-color: #380ACE;
}
.TagClassName
{
border-color: #380ACE;
}
</style>