Shades of Dark Slate Blue #382592
Tints of Dark Slate Blue #382592
RGB
CMYK
RGB Variations
Color information
#382592 (or 0x382592) is known color: Dark Slate Blue. HEX triplet: 38, 25 and 92. RGB value is (56,37,146). Sum of RGB (Red+Green+Blue) = 56+37+146=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #382592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382592 is #C7DA6D. Grayscale: #363636. Windows color (decimal): -13097582 or 9577784. OLE color: 9577784.
HSL color Cylindrical-coordinate representation of color #382592: hue angle of 250.46º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382592 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 37 | 146 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.43 |
| HSL | 250.46º | 0.6% | 0.36% | - |
| HSV(B) | 250.46º | 0.75% | 0.57% | - |
| XYZ | 7.48 | 4.24 | 27.62 | - |
| YUV | 55.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 146 | 0.62 | 0.75 | 0 | 0.43 | 250.46 | 0.6 | 0.36 |
| Hex | 38 | 25 | 92 | 3E | 4B | 0 | 2B | FA | 3C | 24 |
| Octal | 70 | 45 | 222 | 76 | 113 | 0 | 53 | 372 | 74 | 44 |
| Binary | 111000 | 100101 | 10010010 | 111110 | 1001011 | 0 | 101011 | 11111010 | 111100 | 100100 |
Color Harmonies of #382592
Complementary color
Monochromatic Colors of #382592
Black with #382592
Text Example
Text Example
White with #382592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382592; }
p { color: rgb(56,37,146); }
H1.HeaderClassName
{
color: #382592;
}
.AnyTagClassName
{
color: #382592;
}
</style>
background-color css
<style>
a { background-color: #382592; }
a { background-color: rgb(56,37,146); }
div.DivClassName
{
background-color: #382592;
}
.BgClassName
{
background-color: #382592;
}
</style>
border-color css
<style>
span { border-color: #382592; }
span { border-color: rgb(56,37,146); }
td.TdClassName
{
border-color: #382592;
}
.TagClassName
{
border-color: #382592;
}
</style>