Shades of Dark Slate Blue #382492
Tints of Dark Slate Blue #382492
RGB
CMYK
RGB Variations
Color information
#382492 (or 0x382492) is known color: Dark Slate Blue. HEX triplet: 38, 24 and 92. RGB value is (56,36,146). Sum of RGB (Red+Green+Blue) = 56+36+146=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #382492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382492 is #C7DB6D. Grayscale: #363636. Windows color (decimal): -13097838 or 9577528. OLE color: 9577528.
HSL color Cylindrical-coordinate representation of color #382492: hue angle of 250.91º 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 #382492 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 36 | 146 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.43 |
| HSL | 250.91º | 0.6% | 0.36% | - |
| HSV(B) | 250.91º | 0.75% | 0.57% | - |
| XYZ | 7.45 | 4.18 | 27.61 | - |
| YUV | 54.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 146 | 0.62 | 0.75 | 0 | 0.43 | 250.91 | 0.6 | 0.36 |
| Hex | 38 | 24 | 92 | 3E | 4B | 0 | 2B | FB | 3C | 24 |
| Octal | 70 | 44 | 222 | 76 | 113 | 0 | 53 | 373 | 74 | 44 |
| Binary | 111000 | 100100 | 10010010 | 111110 | 1001011 | 0 | 101011 | 11111011 | 111100 | 100100 |
Color Harmonies of #382492
Complementary color
Monochromatic Colors of #382492
Black with #382492
Text Example
Text Example
White with #382492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382492; }
p { color: rgb(56,36,146); }
H1.HeaderClassName
{
color: #382492;
}
.AnyTagClassName
{
color: #382492;
}
</style>
background-color css
<style>
a { background-color: #382492; }
a { background-color: rgb(56,36,146); }
div.DivClassName
{
background-color: #382492;
}
.BgClassName
{
background-color: #382492;
}
</style>
border-color css
<style>
span { border-color: #382492; }
span { border-color: rgb(56,36,146); }
td.TdClassName
{
border-color: #382492;
}
.TagClassName
{
border-color: #382492;
}
</style>