Shades of Han Purple #380ADA
Tints of Han Purple #380ADA
RGB
CMYK
RGB Variations
Color information
#380ADA (or 0x380ADA) is known color: Han Purple. HEX triplet: 38, 0A and DA. RGB value is (56,10,218). Sum of RGB (Red+Green+Blue) = 56+10+218=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #380ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ADA is #C7F525. Grayscale: #2E2E2E. Windows color (decimal): -13104422 or 14289464. OLE color: 14289464.
HSL color Cylindrical-coordinate representation of color #380ADA: hue angle of 253.27º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380ADA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 10 | 218 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.15 |
| HSL | 253.27º | 0.91% | 0.45% | - |
| HSV(B) | 253.27º | 0.95% | 0.85% | - |
| XYZ | 14.39 | 6.12 | 66.75 | - |
| YUV | 47.47 | 224.24 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 218 | 0.74 | 0.95 | 0 | 0.15 | 253.27 | 0.91 | 0.45 |
| Hex | 38 | A | DA | 4A | 5F | 0 | F | FD | 5B | 2D |
| Octal | 70 | 12 | 332 | 112 | 137 | 0 | 17 | 375 | 133 | 55 |
| Binary | 111000 | 1010 | 11011010 | 1001010 | 1011111 | 0 | 1111 | 11111101 | 1011011 | 101101 |
Color Harmonies of #380ADA
Complementary color
Monochromatic Colors of #380ADA
Black with #380ADA
Text Example
Text Example
White with #380ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ADA; }
p { color: rgb(56,10,218); }
H1.HeaderClassName
{
color: #380ADA;
}
.AnyTagClassName
{
color: #380ADA;
}
</style>
background-color css
<style>
a { background-color: #380ADA; }
a { background-color: rgb(56,10,218); }
div.DivClassName
{
background-color: #380ADA;
}
.BgClassName
{
background-color: #380ADA;
}
</style>
border-color css
<style>
span { border-color: #380ADA; }
span { border-color: rgb(56,10,218); }
td.TdClassName
{
border-color: #380ADA;
}
.TagClassName
{
border-color: #380ADA;
}
</style>