Shades of Dark Slate Blue #423282
Tints of Dark Slate Blue #423282
RGB
CMYK
RGB Variations
Color information
#423282 (or 0x423282) is known color: Dark Slate Blue. HEX triplet: 42, 32 and 82. RGB value is (66,50,130). Sum of RGB (Red+Green+Blue) = 66+50+130=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #423282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423282 is #BDCD7D. Grayscale: #3F3F3F. Windows color (decimal): -12438910 or 8532546. OLE color: 8532546.
HSL color Cylindrical-coordinate representation of color #423282: hue angle of 252º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423282 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 50 | 130 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.49 |
| HSL | 252º | 0.44% | 0.35% | - |
| HSV(B) | 252º | 0.62% | 0.51% | - |
| XYZ | 7.42 | 5.05 | 21.7 | - |
| YUV | 63.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 130 | 0.49 | 0.62 | 0 | 0.49 | 252 | 0.44 | 0.35 |
| Hex | 42 | 32 | 82 | 31 | 3E | 0 | 31 | FC | 2C | 23 |
| Octal | 102 | 62 | 202 | 61 | 76 | 0 | 61 | 374 | 54 | 43 |
| Binary | 1000010 | 110010 | 10000010 | 110001 | 111110 | 0 | 110001 | 11111100 | 101100 | 100011 |
Color Harmonies of #423282
Complementary color
Monochromatic Colors of #423282
Black with #423282
Text Example
Text Example
White with #423282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423282; }
p { color: rgb(66,50,130); }
H1.HeaderClassName
{
color: #423282;
}
.AnyTagClassName
{
color: #423282;
}
</style>
background-color css
<style>
a { background-color: #423282; }
a { background-color: rgb(66,50,130); }
div.DivClassName
{
background-color: #423282;
}
.BgClassName
{
background-color: #423282;
}
</style>
border-color css
<style>
span { border-color: #423282; }
span { border-color: rgb(66,50,130); }
td.TdClassName
{
border-color: #423282;
}
.TagClassName
{
border-color: #423282;
}
</style>