Shades of Dark Slate Blue #483582
Tints of Dark Slate Blue #483582
RGB
CMYK
RGB Variations
Color information
#483582 (or 0x483582) is known color: Dark Slate Blue. HEX triplet: 48, 35 and 82. RGB value is (72,53,130). Sum of RGB (Red+Green+Blue) = 72+53+130=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #483582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483582 is #B7CA7D. Grayscale: #434343. Windows color (decimal): -12044926 or 8533320. OLE color: 8533320.
HSL color Cylindrical-coordinate representation of color #483582: hue angle of 254.81º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483582 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 53 | 130 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.49 |
| HSL | 254.81º | 0.42% | 0.36% | - |
| HSV(B) | 254.81º | 0.59% | 0.51% | - |
| XYZ | 7.97 | 5.54 | 21.77 | - |
| YUV | 67.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 130 | 0.45 | 0.59 | 0 | 0.49 | 254.81 | 0.42 | 0.36 |
| Hex | 48 | 35 | 82 | 2D | 3B | 0 | 31 | FF | 2A | 24 |
| Octal | 110 | 65 | 202 | 55 | 73 | 0 | 61 | 377 | 52 | 44 |
| Binary | 1001000 | 110101 | 10000010 | 101101 | 111011 | 0 | 110001 | 11111111 | 101010 | 100100 |
Color Harmonies of #483582
Complementary color
Monochromatic Colors of #483582
Black with #483582
Text Example
Text Example
White with #483582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483582; }
p { color: rgb(72,53,130); }
H1.HeaderClassName
{
color: #483582;
}
.AnyTagClassName
{
color: #483582;
}
</style>
background-color css
<style>
a { background-color: #483582; }
a { background-color: rgb(72,53,130); }
div.DivClassName
{
background-color: #483582;
}
.BgClassName
{
background-color: #483582;
}
</style>
border-color css
<style>
span { border-color: #483582; }
span { border-color: rgb(72,53,130); }
td.TdClassName
{
border-color: #483582;
}
.TagClassName
{
border-color: #483582;
}
</style>