Shades of Dark Slate Blue #383797
Tints of Dark Slate Blue #383797
RGB
CMYK
RGB Variations
Color information
#383797 (or 0x383797) is known color: Dark Slate Blue. HEX triplet: 38, 37 and 97. RGB value is (56,55,151). Sum of RGB (Red+Green+Blue) = 56+55+151=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #383797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383797 is #C7C868. Grayscale: #414141. Windows color (decimal): -13092969 or 9910072. OLE color: 9910072.
HSL color Cylindrical-coordinate representation of color #383797: hue angle of 240.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383797 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 55 | 151 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.41 |
| HSL | 240.63º | 0.47% | 0.4% | - |
| HSV(B) | 240.63º | 0.64% | 0.59% | - |
| XYZ | 8.58 | 5.81 | 29.95 | - |
| YUV | 66.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 151 | 0.63 | 0.64 | 0 | 0.41 | 240.63 | 0.47 | 0.4 |
| Hex | 38 | 37 | 97 | 3F | 40 | 0 | 29 | F1 | 2F | 28 |
| Octal | 70 | 67 | 227 | 77 | 100 | 0 | 51 | 361 | 57 | 50 |
| Binary | 111000 | 110111 | 10010111 | 111111 | 1000000 | 0 | 101001 | 11110001 | 101111 | 101000 |
Color Harmonies of #383797
Complementary color
Monochromatic Colors of #383797
Black with #383797
Text Example
Text Example
White with #383797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383797; }
p { color: rgb(56,55,151); }
H1.HeaderClassName
{
color: #383797;
}
.AnyTagClassName
{
color: #383797;
}
</style>
background-color css
<style>
a { background-color: #383797; }
a { background-color: rgb(56,55,151); }
div.DivClassName
{
background-color: #383797;
}
.BgClassName
{
background-color: #383797;
}
</style>
border-color css
<style>
span { border-color: #383797; }
span { border-color: rgb(56,55,151); }
td.TdClassName
{
border-color: #383797;
}
.TagClassName
{
border-color: #383797;
}
</style>