Shades of Dark Slate Blue #3F318A
Tints of Dark Slate Blue #3F318A
RGB
CMYK
RGB Variations
Color information
#3F318A (or 0x3F318A) is known color: Dark Slate Blue. HEX triplet: 3F, 31 and 8A. RGB value is (63,49,138). Sum of RGB (Red+Green+Blue) = 63+49+138=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F318A is #C0CE75. Grayscale: #3E3E3E. Windows color (decimal): -12635766 or 9056575. OLE color: 9056575.
HSL color Cylindrical-coordinate representation of color #3F318A: hue angle of 249.44º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F318A is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 49 | 138 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.46 |
| HSL | 249.44º | 0.48% | 0.37% | - |
| HSV(B) | 249.44º | 0.64% | 0.54% | - |
| XYZ | 7.74 | 5.09 | 24.62 | - |
| YUV | 63.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 138 | 0.54 | 0.64 | 0 | 0.46 | 249.44 | 0.48 | 0.37 |
| Hex | 3F | 31 | 8A | 36 | 40 | 0 | 2E | F9 | 30 | 25 |
| Octal | 77 | 61 | 212 | 66 | 100 | 0 | 56 | 371 | 60 | 45 |
| Binary | 111111 | 110001 | 10001010 | 110110 | 1000000 | 0 | 101110 | 11111001 | 110000 | 100101 |
Color Harmonies of #3F318A
Complementary color
Monochromatic Colors of #3F318A
Black with #3F318A
Text Example
Text Example
White with #3F318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F318A; }
p { color: rgb(63,49,138); }
H1.HeaderClassName
{
color: #3F318A;
}
.AnyTagClassName
{
color: #3F318A;
}
</style>
background-color css
<style>
a { background-color: #3F318A; }
a { background-color: rgb(63,49,138); }
div.DivClassName
{
background-color: #3F318A;
}
.BgClassName
{
background-color: #3F318A;
}
</style>
border-color css
<style>
span { border-color: #3F318A; }
span { border-color: rgb(63,49,138); }
td.TdClassName
{
border-color: #3F318A;
}
.TagClassName
{
border-color: #3F318A;
}
</style>