Shades of Dark Slate Blue #382996
Tints of Dark Slate Blue #382996
RGB
CMYK
RGB Variations
Color information
#382996 (or 0x382996) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 96. RGB value is (56,41,150). Sum of RGB (Red+Green+Blue) = 56+41+150=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #382996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382996 is #C7D669. Grayscale: #393939. Windows color (decimal): -13096554 or 9840952. OLE color: 9840952.
HSL color Cylindrical-coordinate representation of color #382996: hue angle of 248.26º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382996 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 41 | 150 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.41 |
| HSL | 248.26º | 0.57% | 0.37% | - |
| HSV(B) | 248.26º | 0.73% | 0.59% | - |
| XYZ | 7.93 | 4.63 | 29.33 | - |
| YUV | 57.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 150 | 0.63 | 0.73 | 0 | 0.41 | 248.26 | 0.57 | 0.37 |
| Hex | 38 | 29 | 96 | 3F | 49 | 0 | 29 | F8 | 39 | 25 |
| Octal | 70 | 51 | 226 | 77 | 111 | 0 | 51 | 370 | 71 | 45 |
| Binary | 111000 | 101001 | 10010110 | 111111 | 1001001 | 0 | 101001 | 11111000 | 111001 | 100101 |
Color Harmonies of #382996
Complementary color
Monochromatic Colors of #382996
Black with #382996
Text Example
Text Example
White with #382996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382996; }
p { color: rgb(56,41,150); }
H1.HeaderClassName
{
color: #382996;
}
.AnyTagClassName
{
color: #382996;
}
</style>
background-color css
<style>
a { background-color: #382996; }
a { background-color: rgb(56,41,150); }
div.DivClassName
{
background-color: #382996;
}
.BgClassName
{
background-color: #382996;
}
</style>
border-color css
<style>
span { border-color: #382996; }
span { border-color: rgb(56,41,150); }
td.TdClassName
{
border-color: #382996;
}
.TagClassName
{
border-color: #382996;
}
</style>