Shades of Dark Slate Blue #3E327E
Tints of Dark Slate Blue #3E327E
RGB
CMYK
RGB Variations
Color information
#3E327E (or 0x3E327E) is known color: Dark Slate Blue. HEX triplet: 3E, 32 and 7E. RGB value is (62,50,126). Sum of RGB (Red+Green+Blue) = 62+50+126=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E327E is #C1CD81. Grayscale: #3D3D3D. Windows color (decimal): -12701058 or 8270398. OLE color: 8270398.
HSL color Cylindrical-coordinate representation of color #3E327E: hue angle of 249.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E327E is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 50 | 126 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.51 |
| HSL | 249.47º | 0.43% | 0.35% | - |
| HSV(B) | 249.47º | 0.6% | 0.49% | - |
| XYZ | 6.89 | 4.81 | 20.3 | - |
| YUV | 62.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 126 | 0.51 | 0.60 | 0 | 0.51 | 249.47 | 0.43 | 0.35 |
| Hex | 3E | 32 | 7E | 33 | 3C | 0 | 33 | F9 | 2B | 23 |
| Octal | 76 | 62 | 176 | 63 | 74 | 0 | 63 | 371 | 53 | 43 |
| Binary | 111110 | 110010 | 1111110 | 110011 | 111100 | 0 | 110011 | 11111001 | 101011 | 100011 |
Color Harmonies of #3E327E
Complementary color
Monochromatic Colors of #3E327E
Black with #3E327E
Text Example
Text Example
White with #3E327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E327E; }
p { color: rgb(62,50,126); }
H1.HeaderClassName
{
color: #3E327E;
}
.AnyTagClassName
{
color: #3E327E;
}
</style>
background-color css
<style>
a { background-color: #3E327E; }
a { background-color: rgb(62,50,126); }
div.DivClassName
{
background-color: #3E327E;
}
.BgClassName
{
background-color: #3E327E;
}
</style>
border-color css
<style>
span { border-color: #3E327E; }
span { border-color: rgb(62,50,126); }
td.TdClassName
{
border-color: #3E327E;
}
.TagClassName
{
border-color: #3E327E;
}
</style>