Shades of Dark Slate Blue #423B83
Tints of Dark Slate Blue #423B83
RGB
CMYK
RGB Variations
Color information
#423B83 (or 0x423B83) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 83. RGB value is (66,59,131). Sum of RGB (Red+Green+Blue) = 66+59+131=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #423B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B83 is #BDC47C. Grayscale: #454545. Windows color (decimal): -12436605 or 8600386. OLE color: 8600386.
HSL color Cylindrical-coordinate representation of color #423B83: hue angle of 245.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423B83 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 59 | 131 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.49 |
| HSL | 245.83º | 0.38% | 0.37% | - |
| HSV(B) | 245.83º | 0.55% | 0.51% | - |
| XYZ | 7.91 | 5.92 | 22.2 | - |
| YUV | 69.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 131 | 0.50 | 0.55 | 0 | 0.49 | 245.83 | 0.38 | 0.37 |
| Hex | 42 | 3B | 83 | 32 | 37 | 0 | 31 | F6 | 26 | 25 |
| Octal | 102 | 73 | 203 | 62 | 67 | 0 | 61 | 366 | 46 | 45 |
| Binary | 1000010 | 111011 | 10000011 | 110010 | 110111 | 0 | 110001 | 11110110 | 100110 | 100101 |
Color Harmonies of #423B83
Complementary color
Monochromatic Colors of #423B83
Black with #423B83
Text Example
Text Example
White with #423B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B83; }
p { color: rgb(66,59,131); }
H1.HeaderClassName
{
color: #423B83;
}
.AnyTagClassName
{
color: #423B83;
}
</style>
background-color css
<style>
a { background-color: #423B83; }
a { background-color: rgb(66,59,131); }
div.DivClassName
{
background-color: #423B83;
}
.BgClassName
{
background-color: #423B83;
}
</style>
border-color css
<style>
span { border-color: #423B83; }
span { border-color: rgb(66,59,131); }
td.TdClassName
{
border-color: #423B83;
}
.TagClassName
{
border-color: #423B83;
}
</style>