Shades of Han Purple #380AD5
Tints of Han Purple #380AD5
RGB
CMYK
RGB Variations
Color information
#380AD5 (or 0x380AD5) is known color: Han Purple. HEX triplet: 38, 0A and D5. RGB value is (56,10,213). Sum of RGB (Red+Green+Blue) = 56+10+213=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 213 (83.59% from 255 or 76.34% from 279); Max value from RGB is 213 - color contains mainly: blue. Hex color #380AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AD5 is #C7F52A. Grayscale: #2E2E2E. Windows color (decimal): -13104427 or 13961784. OLE color: 13961784.
HSL color Cylindrical-coordinate representation of color #380AD5: hue angle of 253.6º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380AD5 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 10 | 213 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.16 |
| HSL | 253.6º | 0.91% | 0.44% | - |
| HSV(B) | 253.6º | 0.95% | 0.84% | - |
| XYZ | 13.75 | 5.86 | 63.36 | - |
| YUV | 46.9 | 221.74 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 213 | 0.74 | 0.95 | 0 | 0.16 | 253.6 | 0.91 | 0.44 |
| Hex | 38 | A | D5 | 4A | 5F | 0 | 10 | FE | 5B | 2C |
| Octal | 70 | 12 | 325 | 112 | 137 | 0 | 20 | 376 | 133 | 54 |
| Binary | 111000 | 1010 | 11010101 | 1001010 | 1011111 | 0 | 10000 | 11111110 | 1011011 | 101100 |
Color Harmonies of #380AD5
Complementary color
Monochromatic Colors of #380AD5
Black with #380AD5
Text Example
Text Example
White with #380AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380AD5; }
p { color: rgb(56,10,213); }
H1.HeaderClassName
{
color: #380AD5;
}
.AnyTagClassName
{
color: #380AD5;
}
</style>
background-color css
<style>
a { background-color: #380AD5; }
a { background-color: rgb(56,10,213); }
div.DivClassName
{
background-color: #380AD5;
}
.BgClassName
{
background-color: #380AD5;
}
</style>
border-color css
<style>
span { border-color: #380AD5; }
span { border-color: rgb(56,10,213); }
td.TdClassName
{
border-color: #380AD5;
}
.TagClassName
{
border-color: #380AD5;
}
</style>