Shades of Dark Slate Blue #3D3282
Tints of Dark Slate Blue #3D3282
RGB
CMYK
RGB Variations
Color information
#3D3282 (or 0x3D3282) is known color: Dark Slate Blue. HEX triplet: 3D, 32 and 82. RGB value is (61,50,130). Sum of RGB (Red+Green+Blue) = 61+50+130=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D3282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3282 is #C2CD7D. Grayscale: #3E3E3E. Windows color (decimal): -12766590 or 8532541. OLE color: 8532541.
HSL color Cylindrical-coordinate representation of color #3D3282: hue angle of 248.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D3282 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 50 | 130 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.49 |
| HSL | 248.25º | 0.44% | 0.35% | - |
| HSV(B) | 248.25º | 0.62% | 0.51% | - |
| XYZ | 7.09 | 4.89 | 21.69 | - |
| YUV | 62.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 130 | 0.53 | 0.62 | 0 | 0.49 | 248.25 | 0.44 | 0.35 |
| Hex | 3D | 32 | 82 | 35 | 3E | 0 | 31 | F8 | 2C | 23 |
| Octal | 75 | 62 | 202 | 65 | 76 | 0 | 61 | 370 | 54 | 43 |
| Binary | 111101 | 110010 | 10000010 | 110101 | 111110 | 0 | 110001 | 11111000 | 101100 | 100011 |
Color Harmonies of #3D3282
Complementary color
Monochromatic Colors of #3D3282
Black with #3D3282
Text Example
Text Example
White with #3D3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3282; }
p { color: rgb(61,50,130); }
H1.HeaderClassName
{
color: #3D3282;
}
.AnyTagClassName
{
color: #3D3282;
}
</style>
background-color css
<style>
a { background-color: #3D3282; }
a { background-color: rgb(61,50,130); }
div.DivClassName
{
background-color: #3D3282;
}
.BgClassName
{
background-color: #3D3282;
}
</style>
border-color css
<style>
span { border-color: #3D3282; }
span { border-color: rgb(61,50,130); }
td.TdClassName
{
border-color: #3D3282;
}
.TagClassName
{
border-color: #3D3282;
}
</style>