Shades of Dark Slate Blue #3D3293
Tints of Dark Slate Blue #3D3293
RGB
CMYK
RGB Variations
Color information
#3D3293 (or 0x3D3293) is known color: Dark Slate Blue. HEX triplet: 3D, 32 and 93. RGB value is (61,50,147). Sum of RGB (Red+Green+Blue) = 61+50+147=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3293 is #C2CD6C. Grayscale: #3F3F3F. Windows color (decimal): -12766573 or 9646653. OLE color: 9646653.
HSL color Cylindrical-coordinate representation of color #3D3293: hue angle of 246.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D3293 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 50 | 147 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.42 |
| HSL | 246.8º | 0.49% | 0.39% | - |
| HSV(B) | 246.8º | 0.66% | 0.58% | - |
| XYZ | 8.33 | 5.38 | 28.2 | - |
| YUV | 64.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 147 | 0.59 | 0.66 | 0 | 0.42 | 246.8 | 0.49 | 0.39 |
| Hex | 3D | 32 | 93 | 3B | 42 | 0 | 2A | F7 | 31 | 27 |
| Octal | 75 | 62 | 223 | 73 | 102 | 0 | 52 | 367 | 61 | 47 |
| Binary | 111101 | 110010 | 10010011 | 111011 | 1000010 | 0 | 101010 | 11110111 | 110001 | 100111 |
Color Harmonies of #3D3293
Complementary color
Monochromatic Colors of #3D3293
Black with #3D3293
Text Example
Text Example
White with #3D3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3293; }
p { color: rgb(61,50,147); }
H1.HeaderClassName
{
color: #3D3293;
}
.AnyTagClassName
{
color: #3D3293;
}
</style>
background-color css
<style>
a { background-color: #3D3293; }
a { background-color: rgb(61,50,147); }
div.DivClassName
{
background-color: #3D3293;
}
.BgClassName
{
background-color: #3D3293;
}
</style>
border-color css
<style>
span { border-color: #3D3293; }
span { border-color: rgb(61,50,147); }
td.TdClassName
{
border-color: #3D3293;
}
.TagClassName
{
border-color: #3D3293;
}
</style>