Shades of Dark Slate Blue #483583
Tints of Dark Slate Blue #483583
RGB
CMYK
RGB Variations
Color information
#483583 (or 0x483583) is known color: Dark Slate Blue. HEX triplet: 48, 35 and 83. RGB value is (72,53,131). Sum of RGB (Red+Green+Blue) = 72+53+131=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #483583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483583 is #B7CA7C. Grayscale: #434343. Windows color (decimal): -12044925 or 8598856. OLE color: 8598856.
HSL color Cylindrical-coordinate representation of color #483583: hue angle of 254.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483583 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 53 | 131 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.49 |
| HSL | 254.62º | 0.42% | 0.36% | - |
| HSV(B) | 254.62º | 0.6% | 0.51% | - |
| XYZ | 8.04 | 5.56 | 22.12 | - |
| YUV | 67.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 131 | 0.45 | 0.60 | 0 | 0.49 | 254.62 | 0.42 | 0.36 |
| Hex | 48 | 35 | 83 | 2D | 3C | 0 | 31 | FF | 2A | 24 |
| Octal | 110 | 65 | 203 | 55 | 74 | 0 | 61 | 377 | 52 | 44 |
| Binary | 1001000 | 110101 | 10000011 | 101101 | 111100 | 0 | 110001 | 11111111 | 101010 | 100100 |
Color Harmonies of #483583
Complementary color
Monochromatic Colors of #483583
Black with #483583
Text Example
Text Example
White with #483583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483583; }
p { color: rgb(72,53,131); }
H1.HeaderClassName
{
color: #483583;
}
.AnyTagClassName
{
color: #483583;
}
</style>
background-color css
<style>
a { background-color: #483583; }
a { background-color: rgb(72,53,131); }
div.DivClassName
{
background-color: #483583;
}
.BgClassName
{
background-color: #483583;
}
</style>
border-color css
<style>
span { border-color: #483583; }
span { border-color: rgb(72,53,131); }
td.TdClassName
{
border-color: #483583;
}
.TagClassName
{
border-color: #483583;
}
</style>