Shades of Dark Slate Blue #483780
Tints of Dark Slate Blue #483780
RGB
CMYK
RGB Variations
Color information
#483780 (or 0x483780) is known color: Dark Slate Blue. HEX triplet: 48, 37 and 80. RGB value is (72,55,128). Sum of RGB (Red+Green+Blue) = 72+55+128=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #483780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483780 is #B7C87F. Grayscale: #444444. Windows color (decimal): -12044416 or 8402760. OLE color: 8402760.
HSL color Cylindrical-coordinate representation of color #483780: hue angle of 253.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #483780 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 55 | 128 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.50 |
| HSL | 253.97º | 0.4% | 0.36% | - |
| HSV(B) | 253.97º | 0.57% | 0.5% | - |
| XYZ | 7.93 | 5.67 | 21.1 | - |
| YUV | 68.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 128 | 0.44 | 0.57 | 0 | 0.50 | 253.97 | 0.4 | 0.36 |
| Hex | 48 | 37 | 80 | 2C | 39 | 0 | 32 | FE | 28 | 24 |
| Octal | 110 | 67 | 200 | 54 | 71 | 0 | 62 | 376 | 50 | 44 |
| Binary | 1001000 | 110111 | 10000000 | 101100 | 111001 | 0 | 110010 | 11111110 | 101000 | 100100 |
Color Harmonies of #483780
Complementary color
Monochromatic Colors of #483780
Black with #483780
Text Example
Text Example
White with #483780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483780; }
p { color: rgb(72,55,128); }
H1.HeaderClassName
{
color: #483780;
}
.AnyTagClassName
{
color: #483780;
}
</style>
background-color css
<style>
a { background-color: #483780; }
a { background-color: rgb(72,55,128); }
div.DivClassName
{
background-color: #483780;
}
.BgClassName
{
background-color: #483780;
}
</style>
border-color css
<style>
span { border-color: #483780; }
span { border-color: rgb(72,55,128); }
td.TdClassName
{
border-color: #483780;
}
.TagClassName
{
border-color: #483780;
}
</style>