Shades of Dark Slate Blue #423D95
Tints of Dark Slate Blue #423D95
RGB
CMYK
RGB Variations
Color information
#423D95 (or 0x423D95) is known color: Dark Slate Blue. HEX triplet: 42, 3D and 95. RGB value is (66,61,149). Sum of RGB (Red+Green+Blue) = 66+61+149=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #423D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D95 is #BDC26A. Grayscale: #484848. Windows color (decimal): -12436075 or 9780546. OLE color: 9780546.
HSL color Cylindrical-coordinate representation of color #423D95: hue angle of 243.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423D95 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 61 | 149 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.42 |
| HSL | 243.41º | 0.42% | 0.41% | - |
| HSV(B) | 243.41º | 0.59% | 0.58% | - |
| XYZ | 9.34 | 6.67 | 29.23 | - |
| YUV | 72.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 149 | 0.56 | 0.59 | 0 | 0.42 | 243.41 | 0.42 | 0.41 |
| Hex | 42 | 3D | 95 | 38 | 3B | 0 | 2A | F3 | 2A | 29 |
| Octal | 102 | 75 | 225 | 70 | 73 | 0 | 52 | 363 | 52 | 51 |
| Binary | 1000010 | 111101 | 10010101 | 111000 | 111011 | 0 | 101010 | 11110011 | 101010 | 101001 |
Color Harmonies of #423D95
Complementary color
Monochromatic Colors of #423D95
Black with #423D95
Text Example
Text Example
White with #423D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D95; }
p { color: rgb(66,61,149); }
H1.HeaderClassName
{
color: #423D95;
}
.AnyTagClassName
{
color: #423D95;
}
</style>
background-color css
<style>
a { background-color: #423D95; }
a { background-color: rgb(66,61,149); }
div.DivClassName
{
background-color: #423D95;
}
.BgClassName
{
background-color: #423D95;
}
</style>
border-color css
<style>
span { border-color: #423D95; }
span { border-color: rgb(66,61,149); }
td.TdClassName
{
border-color: #423D95;
}
.TagClassName
{
border-color: #423D95;
}
</style>