Shades of Dark Slate Blue #42338D
Tints of Dark Slate Blue #42338D
RGB
CMYK
RGB Variations
Color information
#42338D (or 0x42338D) is known color: Dark Slate Blue. HEX triplet: 42, 33 and 8D. RGB value is (66,51,141). Sum of RGB (Red+Green+Blue) = 66+51+141=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #42338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42338D is #BDCC72. Grayscale: #414141. Windows color (decimal): -12438643 or 9253698. OLE color: 9253698.
HSL color Cylindrical-coordinate representation of color #42338D: hue angle of 250º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42338D is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 51 | 141 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.45 |
| HSL | 250º | 0.47% | 0.38% | - |
| HSV(B) | 250º | 0.64% | 0.55% | - |
| XYZ | 8.24 | 5.45 | 25.82 | - |
| YUV | 65.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 141 | 0.53 | 0.64 | 0 | 0.45 | 250 | 0.47 | 0.38 |
| Hex | 42 | 33 | 8D | 35 | 40 | 0 | 2D | FA | 2F | 26 |
| Octal | 102 | 63 | 215 | 65 | 100 | 0 | 55 | 372 | 57 | 46 |
| Binary | 1000010 | 110011 | 10001101 | 110101 | 1000000 | 0 | 101101 | 11111010 | 101111 | 100110 |
Color Harmonies of #42338D
Complementary color
Monochromatic Colors of #42338D
Black with #42338D
Text Example
Text Example
White with #42338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42338D; }
p { color: rgb(66,51,141); }
H1.HeaderClassName
{
color: #42338D;
}
.AnyTagClassName
{
color: #42338D;
}
</style>
background-color css
<style>
a { background-color: #42338D; }
a { background-color: rgb(66,51,141); }
div.DivClassName
{
background-color: #42338D;
}
.BgClassName
{
background-color: #42338D;
}
</style>
border-color css
<style>
span { border-color: #42338D; }
span { border-color: rgb(66,51,141); }
td.TdClassName
{
border-color: #42338D;
}
.TagClassName
{
border-color: #42338D;
}
</style>