Shades of Dark Slate Blue #3C278C
Tints of Dark Slate Blue #3C278C
RGB
CMYK
RGB Variations
Color information
#3C278C (or 0x3C278C) is known color: Dark Slate Blue. HEX triplet: 3C, 27 and 8C. RGB value is (60,39,140). Sum of RGB (Red+Green+Blue) = 60+39+140=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C278C is #C3D873. Grayscale: #383838. Windows color (decimal): -12834932 or 9185084. OLE color: 9185084.
HSL color Cylindrical-coordinate representation of color #3C278C: hue angle of 252.48º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C278C is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 39 | 140 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.45 |
| HSL | 252.48º | 0.56% | 0.35% | - |
| HSV(B) | 252.48º | 0.72% | 0.55% | - |
| XYZ | 7.32 | 4.31 | 25.26 | - |
| YUV | 56.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 140 | 0.57 | 0.72 | 0 | 0.45 | 252.48 | 0.56 | 0.35 |
| Hex | 3C | 27 | 8C | 39 | 48 | 0 | 2D | FC | 38 | 23 |
| Octal | 74 | 47 | 214 | 71 | 110 | 0 | 55 | 374 | 70 | 43 |
| Binary | 111100 | 100111 | 10001100 | 111001 | 1001000 | 0 | 101101 | 11111100 | 111000 | 100011 |
Color Harmonies of #3C278C
Complementary color
Monochromatic Colors of #3C278C
Black with #3C278C
Text Example
Text Example
White with #3C278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C278C; }
p { color: rgb(60,39,140); }
H1.HeaderClassName
{
color: #3C278C;
}
.AnyTagClassName
{
color: #3C278C;
}
</style>
background-color css
<style>
a { background-color: #3C278C; }
a { background-color: rgb(60,39,140); }
div.DivClassName
{
background-color: #3C278C;
}
.BgClassName
{
background-color: #3C278C;
}
</style>
border-color css
<style>
span { border-color: #3C278C; }
span { border-color: rgb(60,39,140); }
td.TdClassName
{
border-color: #3C278C;
}
.TagClassName
{
border-color: #3C278C;
}
</style>