Shades of Dark Slate Blue #42338C
Tints of Dark Slate Blue #42338C
RGB
CMYK
RGB Variations
Color information
#42338C (or 0x42338C) is known color: Dark Slate Blue. HEX triplet: 42, 33 and 8C. RGB value is (66,51,140). Sum of RGB (Red+Green+Blue) = 66+51+140=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #42338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42338C is #BDCC73. Grayscale: #414141. Windows color (decimal): -12438644 or 9188162. OLE color: 9188162.
HSL color Cylindrical-coordinate representation of color #42338C: hue angle of 250.11º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42338C is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 51 | 140 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.45 |
| HSL | 250.11º | 0.47% | 0.37% | - |
| HSV(B) | 250.11º | 0.64% | 0.55% | - |
| XYZ | 8.16 | 5.42 | 25.43 | - |
| YUV | 65.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 140 | 0.53 | 0.64 | 0 | 0.45 | 250.11 | 0.47 | 0.37 |
| Hex | 42 | 33 | 8C | 35 | 40 | 0 | 2D | FA | 2F | 25 |
| Octal | 102 | 63 | 214 | 65 | 100 | 0 | 55 | 372 | 57 | 45 |
| Binary | 1000010 | 110011 | 10001100 | 110101 | 1000000 | 0 | 101101 | 11111010 | 101111 | 100101 |
Color Harmonies of #42338C
Complementary color
Monochromatic Colors of #42338C
Black with #42338C
Text Example
Text Example
White with #42338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42338C; }
p { color: rgb(66,51,140); }
H1.HeaderClassName
{
color: #42338C;
}
.AnyTagClassName
{
color: #42338C;
}
</style>
background-color css
<style>
a { background-color: #42338C; }
a { background-color: rgb(66,51,140); }
div.DivClassName
{
background-color: #42338C;
}
.BgClassName
{
background-color: #42338C;
}
</style>
border-color css
<style>
span { border-color: #42338C; }
span { border-color: rgb(66,51,140); }
td.TdClassName
{
border-color: #42338C;
}
.TagClassName
{
border-color: #42338C;
}
</style>