Shades of Dark Slate Blue #483880
Tints of Dark Slate Blue #483880
RGB
CMYK
RGB Variations
Color information
#483880 (or 0x483880) is known color: Dark Slate Blue. HEX triplet: 48, 38 and 80. RGB value is (72,56,128). Sum of RGB (Red+Green+Blue) = 72+56+128=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #483880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483880 is #B7C77F. Grayscale: #444444. Windows color (decimal): -12044160 or 8403016. OLE color: 8403016.
HSL color Cylindrical-coordinate representation of color #483880: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483880 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 56 | 128 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.50 |
| HSL | 253.33º | 0.39% | 0.36% | - |
| HSV(B) | 253.33º | 0.56% | 0.5% | - |
| XYZ | 7.98 | 5.76 | 21.11 | - |
| YUV | 68.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 128 | 0.44 | 0.56 | 0 | 0.50 | 253.33 | 0.39 | 0.36 |
| Hex | 48 | 38 | 80 | 2C | 38 | 0 | 32 | FD | 27 | 24 |
| Octal | 110 | 70 | 200 | 54 | 70 | 0 | 62 | 375 | 47 | 44 |
| Binary | 1001000 | 111000 | 10000000 | 101100 | 111000 | 0 | 110010 | 11111101 | 100111 | 100100 |
Color Harmonies of #483880
Complementary color
Monochromatic Colors of #483880
Black with #483880
Text Example
Text Example
White with #483880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483880; }
p { color: rgb(72,56,128); }
H1.HeaderClassName
{
color: #483880;
}
.AnyTagClassName
{
color: #483880;
}
</style>
background-color css
<style>
a { background-color: #483880; }
a { background-color: rgb(72,56,128); }
div.DivClassName
{
background-color: #483880;
}
.BgClassName
{
background-color: #483880;
}
</style>
border-color css
<style>
span { border-color: #483880; }
span { border-color: rgb(72,56,128); }
td.TdClassName
{
border-color: #483880;
}
.TagClassName
{
border-color: #483880;
}
</style>