Shades of Dark Slate Blue #3F308F
Tints of Dark Slate Blue #3F308F
RGB
CMYK
RGB Variations
Color information
#3F308F (or 0x3F308F) is known color: Dark Slate Blue. HEX triplet: 3F, 30 and 8F. RGB value is (63,48,143). Sum of RGB (Red+Green+Blue) = 63+48+143=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F308F is #C0CF70. Grayscale: #3E3E3E. Windows color (decimal): -12636017 or 9383999. OLE color: 9383999.
HSL color Cylindrical-coordinate representation of color #3F308F: hue angle of 249.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F308F is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 48 | 143 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.44 |
| HSL | 249.47º | 0.5% | 0.37% | - |
| HSV(B) | 249.47º | 0.66% | 0.56% | - |
| XYZ | 8.06 | 5.15 | 26.56 | - |
| YUV | 63.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 143 | 0.56 | 0.66 | 0 | 0.44 | 249.47 | 0.5 | 0.37 |
| Hex | 3F | 30 | 8F | 38 | 42 | 0 | 2C | F9 | 32 | 25 |
| Octal | 77 | 60 | 217 | 70 | 102 | 0 | 54 | 371 | 62 | 45 |
| Binary | 111111 | 110000 | 10001111 | 111000 | 1000010 | 0 | 101100 | 11111001 | 110010 | 100101 |
Color Harmonies of #3F308F
Complementary color
Monochromatic Colors of #3F308F
Black with #3F308F
Text Example
Text Example
White with #3F308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F308F; }
p { color: rgb(63,48,143); }
H1.HeaderClassName
{
color: #3F308F;
}
.AnyTagClassName
{
color: #3F308F;
}
</style>
background-color css
<style>
a { background-color: #3F308F; }
a { background-color: rgb(63,48,143); }
div.DivClassName
{
background-color: #3F308F;
}
.BgClassName
{
background-color: #3F308F;
}
</style>
border-color css
<style>
span { border-color: #3F308F; }
span { border-color: rgb(63,48,143); }
td.TdClassName
{
border-color: #3F308F;
}
.TagClassName
{
border-color: #3F308F;
}
</style>