Shades of Dark Slate Blue #423583
Tints of Dark Slate Blue #423583
RGB
CMYK
RGB Variations
Color information
#423583 (or 0x423583) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 83. RGB value is (66,53,131). Sum of RGB (Red+Green+Blue) = 66+53+131=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #423583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423583 is #BDCA7C. Grayscale: #414141. Windows color (decimal): -12438141 or 8598850. OLE color: 8598850.
HSL color Cylindrical-coordinate representation of color #423583: hue angle of 250º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423583 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 53 | 131 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.49 |
| HSL | 250º | 0.42% | 0.36% | - |
| HSV(B) | 250º | 0.6% | 0.51% | - |
| XYZ | 7.62 | 5.34 | 22.1 | - |
| YUV | 65.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 131 | 0.50 | 0.60 | 0 | 0.49 | 250 | 0.42 | 0.36 |
| Hex | 42 | 35 | 83 | 32 | 3C | 0 | 31 | FA | 2A | 24 |
| Octal | 102 | 65 | 203 | 62 | 74 | 0 | 61 | 372 | 52 | 44 |
| Binary | 1000010 | 110101 | 10000011 | 110010 | 111100 | 0 | 110001 | 11111010 | 101010 | 100100 |
Color Harmonies of #423583
Complementary color
Monochromatic Colors of #423583
Black with #423583
Text Example
Text Example
White with #423583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423583; }
p { color: rgb(66,53,131); }
H1.HeaderClassName
{
color: #423583;
}
.AnyTagClassName
{
color: #423583;
}
</style>
background-color css
<style>
a { background-color: #423583; }
a { background-color: rgb(66,53,131); }
div.DivClassName
{
background-color: #423583;
}
.BgClassName
{
background-color: #423583;
}
</style>
border-color css
<style>
span { border-color: #423583; }
span { border-color: rgb(66,53,131); }
td.TdClassName
{
border-color: #423583;
}
.TagClassName
{
border-color: #423583;
}
</style>