Shades of Han Purple #381ADC
Tints of Han Purple #381ADC
RGB
CMYK
RGB Variations
Color information
#381ADC (or 0x381ADC) is known color: Han Purple. HEX triplet: 38, 1A and DC. RGB value is (56,26,220). Sum of RGB (Red+Green+Blue) = 56+26+220=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #381ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ADC is #C7E523. Grayscale: #383838. Windows color (decimal): -13100324 or 14424632. OLE color: 14424632.
HSL color Cylindrical-coordinate representation of color #381ADC: hue angle of 249.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381ADC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 26 | 220 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.14 |
| HSL | 249.28º | 0.79% | 0.48% | - |
| HSV(B) | 249.28º | 0.88% | 0.86% | - |
| XYZ | 14.92 | 6.75 | 68.23 | - |
| YUV | 57.09 | 219.94 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 220 | 0.75 | 0.88 | 0 | 0.14 | 249.28 | 0.79 | 0.48 |
| Hex | 38 | 1A | DC | 4B | 58 | 0 | E | F9 | 4F | 30 |
| Octal | 70 | 32 | 334 | 113 | 130 | 0 | 16 | 371 | 117 | 60 |
| Binary | 111000 | 11010 | 11011100 | 1001011 | 1011000 | 0 | 1110 | 11111001 | 1001111 | 110000 |
Color Harmonies of #381ADC
Complementary color
Monochromatic Colors of #381ADC
Black with #381ADC
Text Example
Text Example
White with #381ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381ADC; }
p { color: rgb(56,26,220); }
H1.HeaderClassName
{
color: #381ADC;
}
.AnyTagClassName
{
color: #381ADC;
}
</style>
background-color css
<style>
a { background-color: #381ADC; }
a { background-color: rgb(56,26,220); }
div.DivClassName
{
background-color: #381ADC;
}
.BgClassName
{
background-color: #381ADC;
}
</style>
border-color css
<style>
span { border-color: #381ADC; }
span { border-color: rgb(56,26,220); }
td.TdClassName
{
border-color: #381ADC;
}
.TagClassName
{
border-color: #381ADC;
}
</style>