Shades of Dark Slate Blue #3C419F
Tints of Dark Slate Blue #3C419F
RGB
CMYK
RGB Variations
Color information
#3C419F (or 0x3C419F) is known color: Dark Slate Blue. HEX triplet: 3C, 41 and 9F. RGB value is (60,65,159). Sum of RGB (Red+Green+Blue) = 60+65+159=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C419F is #C3BE60. Grayscale: #494949. Windows color (decimal): -12828257 or 10436924. OLE color: 10436924.
HSL color Cylindrical-coordinate representation of color #3C419F: hue angle of 236.97º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C419F is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 65 | 159 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.38 |
| HSL | 236.97º | 0.45% | 0.43% | - |
| HSV(B) | 236.97º | 0.62% | 0.62% | - |
| XYZ | 10.01 | 7.24 | 33.67 | - |
| YUV | 74.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 159 | 0.62 | 0.59 | 0 | 0.38 | 236.97 | 0.45 | 0.43 |
| Hex | 3C | 41 | 9F | 3E | 3B | 0 | 26 | ED | 2D | 2B |
| Octal | 74 | 101 | 237 | 76 | 73 | 0 | 46 | 355 | 55 | 53 |
| Binary | 111100 | 1000001 | 10011111 | 111110 | 111011 | 0 | 100110 | 11101101 | 101101 | 101011 |
Color Harmonies of #3C419F
Complementary color
Monochromatic Colors of #3C419F
Black with #3C419F
Text Example
Text Example
White with #3C419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C419F; }
p { color: rgb(60,65,159); }
H1.HeaderClassName
{
color: #3C419F;
}
.AnyTagClassName
{
color: #3C419F;
}
</style>
background-color css
<style>
a { background-color: #3C419F; }
a { background-color: rgb(60,65,159); }
div.DivClassName
{
background-color: #3C419F;
}
.BgClassName
{
background-color: #3C419F;
}
</style>
border-color css
<style>
span { border-color: #3C419F; }
span { border-color: rgb(60,65,159); }
td.TdClassName
{
border-color: #3C419F;
}
.TagClassName
{
border-color: #3C419F;
}
</style>