Shades of Dark Slate Blue #424395
Tints of Dark Slate Blue #424395
RGB
CMYK
RGB Variations
Color information
#424395 (or 0x424395) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 95. RGB value is (66,67,149). Sum of RGB (Red+Green+Blue) = 66+67+149=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #424395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424395 is #BDBC6A. Grayscale: #4B4B4B. Windows color (decimal): -12434539 or 9782082. OLE color: 9782082.
HSL color Cylindrical-coordinate representation of color #424395: hue angle of 239.28º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424395 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 67 | 149 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.42 |
| HSL | 239.28º | 0.39% | 0.42% | - |
| HSV(B) | 239.28º | 0.56% | 0.58% | - |
| XYZ | 9.68 | 7.34 | 29.34 | - |
| YUV | 76.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 149 | 0.56 | 0.55 | 0 | 0.42 | 239.28 | 0.39 | 0.42 |
| Hex | 42 | 43 | 95 | 38 | 37 | 0 | 2A | EF | 27 | 2A |
| Octal | 102 | 103 | 225 | 70 | 67 | 0 | 52 | 357 | 47 | 52 |
| Binary | 1000010 | 1000011 | 10010101 | 111000 | 110111 | 0 | 101010 | 11101111 | 100111 | 101010 |
Color Harmonies of #424395
Complementary color
Monochromatic Colors of #424395
Black with #424395
Text Example
Text Example
White with #424395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424395; }
p { color: rgb(66,67,149); }
H1.HeaderClassName
{
color: #424395;
}
.AnyTagClassName
{
color: #424395;
}
</style>
background-color css
<style>
a { background-color: #424395; }
a { background-color: rgb(66,67,149); }
div.DivClassName
{
background-color: #424395;
}
.BgClassName
{
background-color: #424395;
}
</style>
border-color css
<style>
span { border-color: #424395; }
span { border-color: rgb(66,67,149); }
td.TdClassName
{
border-color: #424395;
}
.TagClassName
{
border-color: #424395;
}
</style>