Shades of Dark Slate Blue #382A8F
Tints of Dark Slate Blue #382A8F
RGB
CMYK
RGB Variations
Color information
#382A8F (or 0x382A8F) is known color: Dark Slate Blue. HEX triplet: 38, 2A and 8F. RGB value is (56,42,143). Sum of RGB (Red+Green+Blue) = 56+42+143=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #382A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382A8F is #C7D570. Grayscale: #393939. Windows color (decimal): -13096305 or 9382456. OLE color: 9382456.
HSL color Cylindrical-coordinate representation of color #382A8F: hue angle of 248.32º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382A8F is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 42 | 143 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.44 |
| HSL | 248.32º | 0.55% | 0.36% | - |
| HSV(B) | 248.32º | 0.71% | 0.56% | - |
| XYZ | 7.42 | 4.48 | 26.46 | - |
| YUV | 57.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 143 | 0.61 | 0.71 | 0 | 0.44 | 248.32 | 0.55 | 0.36 |
| Hex | 38 | 2A | 8F | 3D | 47 | 0 | 2C | F8 | 37 | 24 |
| Octal | 70 | 52 | 217 | 75 | 107 | 0 | 54 | 370 | 67 | 44 |
| Binary | 111000 | 101010 | 10001111 | 111101 | 1000111 | 0 | 101100 | 11111000 | 110111 | 100100 |
Color Harmonies of #382A8F
Complementary color
Monochromatic Colors of #382A8F
Black with #382A8F
Text Example
Text Example
White with #382A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A8F; }
p { color: rgb(56,42,143); }
H1.HeaderClassName
{
color: #382A8F;
}
.AnyTagClassName
{
color: #382A8F;
}
</style>
background-color css
<style>
a { background-color: #382A8F; }
a { background-color: rgb(56,42,143); }
div.DivClassName
{
background-color: #382A8F;
}
.BgClassName
{
background-color: #382A8F;
}
</style>
border-color css
<style>
span { border-color: #382A8F; }
span { border-color: rgb(56,42,143); }
td.TdClassName
{
border-color: #382A8F;
}
.TagClassName
{
border-color: #382A8F;
}
</style>