Shades of Dark Slate Blue #42318C
Tints of Dark Slate Blue #42318C
RGB
CMYK
RGB Variations
Color information
#42318C (or 0x42318C) is known color: Dark Slate Blue. HEX triplet: 42, 31 and 8C. RGB value is (66,49,140). Sum of RGB (Red+Green+Blue) = 66+49+140=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #42318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42318C is #BDCE73. Grayscale: #404040. Windows color (decimal): -12439156 or 9187650. OLE color: 9187650.
HSL color Cylindrical-coordinate representation of color #42318C: hue angle of 251.21º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42318C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 49 | 140 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.45 |
| HSL | 251.21º | 0.48% | 0.37% | - |
| HSV(B) | 251.21º | 0.65% | 0.55% | - |
| XYZ | 8.08 | 5.25 | 25.4 | - |
| YUV | 64.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 140 | 0.53 | 0.65 | 0 | 0.45 | 251.21 | 0.48 | 0.37 |
| Hex | 42 | 31 | 8C | 35 | 41 | 0 | 2D | FB | 30 | 25 |
| Octal | 102 | 61 | 214 | 65 | 101 | 0 | 55 | 373 | 60 | 45 |
| Binary | 1000010 | 110001 | 10001100 | 110101 | 1000001 | 0 | 101101 | 11111011 | 110000 | 100101 |
Color Harmonies of #42318C
Complementary color
Monochromatic Colors of #42318C
Black with #42318C
Text Example
Text Example
White with #42318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42318C; }
p { color: rgb(66,49,140); }
H1.HeaderClassName
{
color: #42318C;
}
.AnyTagClassName
{
color: #42318C;
}
</style>
background-color css
<style>
a { background-color: #42318C; }
a { background-color: rgb(66,49,140); }
div.DivClassName
{
background-color: #42318C;
}
.BgClassName
{
background-color: #42318C;
}
</style>
border-color css
<style>
span { border-color: #42318C; }
span { border-color: rgb(66,49,140); }
td.TdClassName
{
border-color: #42318C;
}
.TagClassName
{
border-color: #42318C;
}
</style>