Shades of Dark Slate Blue #382890
Tints of Dark Slate Blue #382890
RGB
CMYK
RGB Variations
Color information
#382890 (or 0x382890) is known color: Dark Slate Blue. HEX triplet: 38, 28 and 90. RGB value is (56,40,144). Sum of RGB (Red+Green+Blue) = 56+40+144=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #382890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382890 is #C7D76F. Grayscale: #383838. Windows color (decimal): -13096816 or 9447480. OLE color: 9447480.
HSL color Cylindrical-coordinate representation of color #382890: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382890 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 40 | 144 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.44 |
| HSL | 249.23º | 0.57% | 0.36% | - |
| HSV(B) | 249.23º | 0.72% | 0.56% | - |
| XYZ | 7.42 | 4.37 | 26.84 | - |
| YUV | 56.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 144 | 0.61 | 0.72 | 0 | 0.44 | 249.23 | 0.57 | 0.36 |
| Hex | 38 | 28 | 90 | 3D | 48 | 0 | 2C | F9 | 39 | 24 |
| Octal | 70 | 50 | 220 | 75 | 110 | 0 | 54 | 371 | 71 | 44 |
| Binary | 111000 | 101000 | 10010000 | 111101 | 1001000 | 0 | 101100 | 11111001 | 111001 | 100100 |
Color Harmonies of #382890
Complementary color
Monochromatic Colors of #382890
Black with #382890
Text Example
Text Example
White with #382890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382890; }
p { color: rgb(56,40,144); }
H1.HeaderClassName
{
color: #382890;
}
.AnyTagClassName
{
color: #382890;
}
</style>
background-color css
<style>
a { background-color: #382890; }
a { background-color: rgb(56,40,144); }
div.DivClassName
{
background-color: #382890;
}
.BgClassName
{
background-color: #382890;
}
</style>
border-color css
<style>
span { border-color: #382890; }
span { border-color: rgb(56,40,144); }
td.TdClassName
{
border-color: #382890;
}
.TagClassName
{
border-color: #382890;
}
</style>