Shades of Dark Slate Blue #383091
Tints of Dark Slate Blue #383091
RGB
CMYK
RGB Variations
Color information
#383091 (or 0x383091) is known color: Dark Slate Blue. HEX triplet: 38, 30 and 91. RGB value is (56,48,145). Sum of RGB (Red+Green+Blue) = 56+48+145=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #383091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383091 is #C7CF6E. Grayscale: #3D3D3D. Windows color (decimal): -13094767 or 9515064. OLE color: 9515064.
HSL color Cylindrical-coordinate representation of color #383091: hue angle of 244.95º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383091 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 48 | 145 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.43 |
| HSL | 244.95º | 0.5% | 0.38% | - |
| HSV(B) | 244.95º | 0.67% | 0.57% | - |
| XYZ | 7.8 | 5 | 27.34 | - |
| YUV | 61.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 145 | 0.61 | 0.67 | 0 | 0.43 | 244.95 | 0.5 | 0.38 |
| Hex | 38 | 30 | 91 | 3D | 43 | 0 | 2B | F5 | 32 | 26 |
| Octal | 70 | 60 | 221 | 75 | 103 | 0 | 53 | 365 | 62 | 46 |
| Binary | 111000 | 110000 | 10010001 | 111101 | 1000011 | 0 | 101011 | 11110101 | 110010 | 100110 |
Color Harmonies of #383091
Complementary color
Monochromatic Colors of #383091
Black with #383091
Text Example
Text Example
White with #383091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383091; }
p { color: rgb(56,48,145); }
H1.HeaderClassName
{
color: #383091;
}
.AnyTagClassName
{
color: #383091;
}
</style>
background-color css
<style>
a { background-color: #383091; }
a { background-color: rgb(56,48,145); }
div.DivClassName
{
background-color: #383091;
}
.BgClassName
{
background-color: #383091;
}
</style>
border-color css
<style>
span { border-color: #383091; }
span { border-color: rgb(56,48,145); }
td.TdClassName
{
border-color: #383091;
}
.TagClassName
{
border-color: #383091;
}
</style>