Shades of Dark Slate Blue #3F3682
Tints of Dark Slate Blue #3F3682
RGB
CMYK
RGB Variations
Color information
#3F3682 (or 0x3F3682) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 82. RGB value is (63,54,130). Sum of RGB (Red+Green+Blue) = 63+54+130=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3682 is #C0C97D. Grayscale: #414141. Windows color (decimal): -12634494 or 8533567. OLE color: 8533567.
HSL color Cylindrical-coordinate representation of color #3F3682: hue angle of 247.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F3682 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 54 | 130 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.49 |
| HSL | 247.11º | 0.41% | 0.36% | - |
| HSV(B) | 247.11º | 0.58% | 0.51% | - |
| XYZ | 7.4 | 5.31 | 21.75 | - |
| YUV | 65.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 130 | 0.52 | 0.58 | 0 | 0.49 | 247.11 | 0.41 | 0.36 |
| Hex | 3F | 36 | 82 | 34 | 3A | 0 | 31 | F7 | 29 | 24 |
| Octal | 77 | 66 | 202 | 64 | 72 | 0 | 61 | 367 | 51 | 44 |
| Binary | 111111 | 110110 | 10000010 | 110100 | 111010 | 0 | 110001 | 11110111 | 101001 | 100100 |
Color Harmonies of #3F3682
Complementary color
Monochromatic Colors of #3F3682
Black with #3F3682
Text Example
Text Example
White with #3F3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3682; }
p { color: rgb(63,54,130); }
H1.HeaderClassName
{
color: #3F3682;
}
.AnyTagClassName
{
color: #3F3682;
}
</style>
background-color css
<style>
a { background-color: #3F3682; }
a { background-color: rgb(63,54,130); }
div.DivClassName
{
background-color: #3F3682;
}
.BgClassName
{
background-color: #3F3682;
}
</style>
border-color css
<style>
span { border-color: #3F3682; }
span { border-color: rgb(63,54,130); }
td.TdClassName
{
border-color: #3F3682;
}
.TagClassName
{
border-color: #3F3682;
}
</style>