Shades of Dark Slate Blue #383793
Tints of Dark Slate Blue #383793
RGB
CMYK
RGB Variations
Color information
#383793 (or 0x383793) is known color: Dark Slate Blue. HEX triplet: 38, 37 and 93. RGB value is (56,55,147). Sum of RGB (Red+Green+Blue) = 56+55+147=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #383793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383793 is #C7C86C. Grayscale: #414141. Windows color (decimal): -13092973 or 9647928. OLE color: 9647928.
HSL color Cylindrical-coordinate representation of color #383793: hue angle of 240.65º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383793 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 55 | 147 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.42 |
| HSL | 240.65º | 0.46% | 0.4% | - |
| HSV(B) | 240.65º | 0.63% | 0.58% | - |
| XYZ | 8.26 | 5.68 | 28.26 | - |
| YUV | 65.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 147 | 0.62 | 0.63 | 0 | 0.42 | 240.65 | 0.46 | 0.4 |
| Hex | 38 | 37 | 93 | 3E | 3F | 0 | 2A | F1 | 2E | 28 |
| Octal | 70 | 67 | 223 | 76 | 77 | 0 | 52 | 361 | 56 | 50 |
| Binary | 111000 | 110111 | 10010011 | 111110 | 111111 | 0 | 101010 | 11110001 | 101110 | 101000 |
Color Harmonies of #383793
Complementary color
Monochromatic Colors of #383793
Black with #383793
Text Example
Text Example
White with #383793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383793; }
p { color: rgb(56,55,147); }
H1.HeaderClassName
{
color: #383793;
}
.AnyTagClassName
{
color: #383793;
}
</style>
background-color css
<style>
a { background-color: #383793; }
a { background-color: rgb(56,55,147); }
div.DivClassName
{
background-color: #383793;
}
.BgClassName
{
background-color: #383793;
}
</style>
border-color css
<style>
span { border-color: #383793; }
span { border-color: rgb(56,55,147); }
td.TdClassName
{
border-color: #383793;
}
.TagClassName
{
border-color: #383793;
}
</style>