Shades of Dark Slate Blue #382491
Tints of Dark Slate Blue #382491
RGB
CMYK
RGB Variations
Color information
#382491 (or 0x382491) is known color: Dark Slate Blue. HEX triplet: 38, 24 and 91. RGB value is (56,36,145). Sum of RGB (Red+Green+Blue) = 56+36+145=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #382491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382491 is #C7DB6E. Grayscale: #353535. Windows color (decimal): -13097839 or 9511992. OLE color: 9511992.
HSL color Cylindrical-coordinate representation of color #382491: hue angle of 251.01º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382491 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 36 | 145 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.43 |
| HSL | 251.01º | 0.6% | 0.35% | - |
| HSV(B) | 251.01º | 0.75% | 0.57% | - |
| XYZ | 7.37 | 4.15 | 27.2 | - |
| YUV | 54.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 145 | 0.61 | 0.75 | 0 | 0.43 | 251.01 | 0.6 | 0.35 |
| Hex | 38 | 24 | 91 | 3D | 4B | 0 | 2B | FB | 3C | 23 |
| Octal | 70 | 44 | 221 | 75 | 113 | 0 | 53 | 373 | 74 | 43 |
| Binary | 111000 | 100100 | 10010001 | 111101 | 1001011 | 0 | 101011 | 11111011 | 111100 | 100011 |
Color Harmonies of #382491
Complementary color
Monochromatic Colors of #382491
Black with #382491
Text Example
Text Example
White with #382491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382491; }
p { color: rgb(56,36,145); }
H1.HeaderClassName
{
color: #382491;
}
.AnyTagClassName
{
color: #382491;
}
</style>
background-color css
<style>
a { background-color: #382491; }
a { background-color: rgb(56,36,145); }
div.DivClassName
{
background-color: #382491;
}
.BgClassName
{
background-color: #382491;
}
</style>
border-color css
<style>
span { border-color: #382491; }
span { border-color: rgb(56,36,145); }
td.TdClassName
{
border-color: #382491;
}
.TagClassName
{
border-color: #382491;
}
</style>