Shades of Han Purple #380DDD
Tints of Han Purple #380DDD
RGB
CMYK
RGB Variations
Color information
#380DDD (or 0x380DDD) is known color: Han Purple. HEX triplet: 38, 0D and DD. RGB value is (56,13,221). Sum of RGB (Red+Green+Blue) = 56+13+221=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #380DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DDD is #C7F222. Grayscale: #303030. Windows color (decimal): -13103651 or 14486840. OLE color: 14486840.
HSL color Cylindrical-coordinate representation of color #380DDD: hue angle of 252.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380DDD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 13 | 221 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.13 |
| HSL | 252.4º | 0.89% | 0.46% | - |
| HSV(B) | 252.4º | 0.94% | 0.87% | - |
| XYZ | 14.83 | 6.35 | 68.85 | - |
| YUV | 49.57 | 224.75 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 221 | 0.75 | 0.94 | 0 | 0.13 | 252.4 | 0.89 | 0.46 |
| Hex | 38 | D | DD | 4B | 5E | 0 | D | FC | 59 | 2E |
| Octal | 70 | 15 | 335 | 113 | 136 | 0 | 15 | 374 | 131 | 56 |
| Binary | 111000 | 1101 | 11011101 | 1001011 | 1011110 | 0 | 1101 | 11111100 | 1011001 | 101110 |
Color Harmonies of #380DDD
Complementary color
Monochromatic Colors of #380DDD
Black with #380DDD
Text Example
Text Example
White with #380DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DDD; }
p { color: rgb(56,13,221); }
H1.HeaderClassName
{
color: #380DDD;
}
.AnyTagClassName
{
color: #380DDD;
}
</style>
background-color css
<style>
a { background-color: #380DDD; }
a { background-color: rgb(56,13,221); }
div.DivClassName
{
background-color: #380DDD;
}
.BgClassName
{
background-color: #380DDD;
}
</style>
border-color css
<style>
span { border-color: #380DDD; }
span { border-color: rgb(56,13,221); }
td.TdClassName
{
border-color: #380DDD;
}
.TagClassName
{
border-color: #380DDD;
}
</style>