Shades of Dark Slate Blue #42438F
Tints of Dark Slate Blue #42438F
RGB
CMYK
RGB Variations
Color information
#42438F (or 0x42438F) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 8F. RGB value is (66,67,143). Sum of RGB (Red+Green+Blue) = 66+67+143=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #42438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42438F is #BDBC70. Grayscale: #4B4B4B. Windows color (decimal): -12434545 or 9388866. OLE color: 9388866.
HSL color Cylindrical-coordinate representation of color #42438F: hue angle of 239.22º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42438F is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 67 | 143 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.44 |
| HSL | 239.22º | 0.37% | 0.41% | - |
| HSV(B) | 239.22º | 0.54% | 0.56% | - |
| XYZ | 9.21 | 7.16 | 26.88 | - |
| YUV | 75.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 143 | 0.54 | 0.53 | 0 | 0.44 | 239.22 | 0.37 | 0.41 |
| Hex | 42 | 43 | 8F | 36 | 35 | 0 | 2C | EF | 25 | 29 |
| Octal | 102 | 103 | 217 | 66 | 65 | 0 | 54 | 357 | 45 | 51 |
| Binary | 1000010 | 1000011 | 10001111 | 110110 | 110101 | 0 | 101100 | 11101111 | 100101 | 101001 |
Color Harmonies of #42438F
Complementary color
Monochromatic Colors of #42438F
Black with #42438F
Text Example
Text Example
White with #42438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42438F; }
p { color: rgb(66,67,143); }
H1.HeaderClassName
{
color: #42438F;
}
.AnyTagClassName
{
color: #42438F;
}
</style>
background-color css
<style>
a { background-color: #42438F; }
a { background-color: rgb(66,67,143); }
div.DivClassName
{
background-color: #42438F;
}
.BgClassName
{
background-color: #42438F;
}
</style>
border-color css
<style>
span { border-color: #42438F; }
span { border-color: rgb(66,67,143); }
td.TdClassName
{
border-color: #42438F;
}
.TagClassName
{
border-color: #42438F;
}
</style>