Shades of Dark Slate Blue #423682
Tints of Dark Slate Blue #423682
RGB
CMYK
RGB Variations
Color information
#423682 (or 0x423682) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 82. RGB value is (66,54,130). Sum of RGB (Red+Green+Blue) = 66+54+130=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #423682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423682 is #BDC97D. Grayscale: #414141. Windows color (decimal): -12437886 or 8533570. OLE color: 8533570.
HSL color Cylindrical-coordinate representation of color #423682: hue angle of 249.47º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423682 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 54 | 130 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.49 |
| HSL | 249.47º | 0.41% | 0.36% | - |
| HSV(B) | 249.47º | 0.58% | 0.51% | - |
| XYZ | 7.6 | 5.41 | 21.76 | - |
| YUV | 66.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 130 | 0.49 | 0.58 | 0 | 0.49 | 249.47 | 0.41 | 0.36 |
| Hex | 42 | 36 | 82 | 31 | 3A | 0 | 31 | F9 | 29 | 24 |
| Octal | 102 | 66 | 202 | 61 | 72 | 0 | 61 | 371 | 51 | 44 |
| Binary | 1000010 | 110110 | 10000010 | 110001 | 111010 | 0 | 110001 | 11111001 | 101001 | 100100 |
Color Harmonies of #423682
Complementary color
Monochromatic Colors of #423682
Black with #423682
Text Example
Text Example
White with #423682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423682; }
p { color: rgb(66,54,130); }
H1.HeaderClassName
{
color: #423682;
}
.AnyTagClassName
{
color: #423682;
}
</style>
background-color css
<style>
a { background-color: #423682; }
a { background-color: rgb(66,54,130); }
div.DivClassName
{
background-color: #423682;
}
.BgClassName
{
background-color: #423682;
}
</style>
border-color css
<style>
span { border-color: #423682; }
span { border-color: rgb(66,54,130); }
td.TdClassName
{
border-color: #423682;
}
.TagClassName
{
border-color: #423682;
}
</style>