Shades of Dark Slate Blue #423B98
Tints of Dark Slate Blue #423B98
RGB
CMYK
RGB Variations
Color information
#423B98 (or 0x423B98) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 98. RGB value is (66,59,152). Sum of RGB (Red+Green+Blue) = 66+59+152=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #423B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B98 is #BDC467. Grayscale: #474747. Windows color (decimal): -12436584 or 9976642. OLE color: 9976642.
HSL color Cylindrical-coordinate representation of color #423B98: hue angle of 244.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423B98 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 59 | 152 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.40 |
| HSL | 244.52º | 0.44% | 0.41% | - |
| HSV(B) | 244.52º | 0.61% | 0.6% | - |
| XYZ | 9.48 | 6.55 | 30.47 | - |
| YUV | 71.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 152 | 0.57 | 0.61 | 0 | 0.40 | 244.52 | 0.44 | 0.41 |
| Hex | 42 | 3B | 98 | 39 | 3D | 0 | 28 | F5 | 2C | 29 |
| Octal | 102 | 73 | 230 | 71 | 75 | 0 | 50 | 365 | 54 | 51 |
| Binary | 1000010 | 111011 | 10011000 | 111001 | 111101 | 0 | 101000 | 11110101 | 101100 | 101001 |
Color Harmonies of #423B98
Complementary color
Monochromatic Colors of #423B98
Black with #423B98
Text Example
Text Example
White with #423B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B98; }
p { color: rgb(66,59,152); }
H1.HeaderClassName
{
color: #423B98;
}
.AnyTagClassName
{
color: #423B98;
}
</style>
background-color css
<style>
a { background-color: #423B98; }
a { background-color: rgb(66,59,152); }
div.DivClassName
{
background-color: #423B98;
}
.BgClassName
{
background-color: #423B98;
}
</style>
border-color css
<style>
span { border-color: #423B98; }
span { border-color: rgb(66,59,152); }
td.TdClassName
{
border-color: #423B98;
}
.TagClassName
{
border-color: #423B98;
}
</style>