Shades of Dark Slate Blue #3E3281
Tints of Dark Slate Blue #3E3281
RGB
CMYK
RGB Variations
Color information
#3E3281 (or 0x3E3281) is known color: Dark Slate Blue. HEX triplet: 3E, 32 and 81. RGB value is (62,50,129). Sum of RGB (Red+Green+Blue) = 62+50+129=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E3281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3281 is #C1CD7E. Grayscale: #3E3E3E. Windows color (decimal): -12701055 or 8467006. OLE color: 8467006.
HSL color Cylindrical-coordinate representation of color #3E3281: hue angle of 249.11º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3281 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 50 | 129 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.49 |
| HSL | 249.11º | 0.44% | 0.35% | - |
| HSV(B) | 249.11º | 0.61% | 0.51% | - |
| XYZ | 7.09 | 4.89 | 21.34 | - |
| YUV | 62.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 129 | 0.52 | 0.61 | 0 | 0.49 | 249.11 | 0.44 | 0.35 |
| Hex | 3E | 32 | 81 | 34 | 3D | 0 | 31 | F9 | 2C | 23 |
| Octal | 76 | 62 | 201 | 64 | 75 | 0 | 61 | 371 | 54 | 43 |
| Binary | 111110 | 110010 | 10000001 | 110100 | 111101 | 0 | 110001 | 11111001 | 101100 | 100011 |
Color Harmonies of #3E3281
Complementary color
Monochromatic Colors of #3E3281
Black with #3E3281
Text Example
Text Example
White with #3E3281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3281; }
p { color: rgb(62,50,129); }
H1.HeaderClassName
{
color: #3E3281;
}
.AnyTagClassName
{
color: #3E3281;
}
</style>
background-color css
<style>
a { background-color: #3E3281; }
a { background-color: rgb(62,50,129); }
div.DivClassName
{
background-color: #3E3281;
}
.BgClassName
{
background-color: #3E3281;
}
</style>
border-color css
<style>
span { border-color: #3E3281; }
span { border-color: rgb(62,50,129); }
td.TdClassName
{
border-color: #3E3281;
}
.TagClassName
{
border-color: #3E3281;
}
</style>