Shades of Han Purple #381DDD
Tints of Han Purple #381DDD
RGB
CMYK
RGB Variations
Color information
#381DDD (or 0x381DDD) is known color: Han Purple. HEX triplet: 38, 1D and DD. RGB value is (56,29,221). Sum of RGB (Red+Green+Blue) = 56+29+221=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #381DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DDD is #C7E222. Grayscale: #3A3A3A. Windows color (decimal): -13099555 or 14490936. OLE color: 14490936.
HSL color Cylindrical-coordinate representation of color #381DDD: hue angle of 248.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381DDD is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 29 | 221 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.13 |
| HSL | 248.44º | 0.77% | 0.49% | - |
| HSV(B) | 248.44º | 0.87% | 0.87% | - |
| XYZ | 15.12 | 6.94 | 68.95 | - |
| YUV | 58.96 | 219.45 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 221 | 0.75 | 0.87 | 0 | 0.13 | 248.44 | 0.77 | 0.49 |
| Hex | 38 | 1D | DD | 4B | 57 | 0 | D | F8 | 4D | 31 |
| Octal | 70 | 35 | 335 | 113 | 127 | 0 | 15 | 370 | 115 | 61 |
| Binary | 111000 | 11101 | 11011101 | 1001011 | 1010111 | 0 | 1101 | 11111000 | 1001101 | 110001 |
Color Harmonies of #381DDD
Complementary color
Monochromatic Colors of #381DDD
Black with #381DDD
Text Example
Text Example
White with #381DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DDD; }
p { color: rgb(56,29,221); }
H1.HeaderClassName
{
color: #381DDD;
}
.AnyTagClassName
{
color: #381DDD;
}
</style>
background-color css
<style>
a { background-color: #381DDD; }
a { background-color: rgb(56,29,221); }
div.DivClassName
{
background-color: #381DDD;
}
.BgClassName
{
background-color: #381DDD;
}
</style>
border-color css
<style>
span { border-color: #381DDD; }
span { border-color: rgb(56,29,221); }
td.TdClassName
{
border-color: #381DDD;
}
.TagClassName
{
border-color: #381DDD;
}
</style>