Shades of Dark Slate Blue #423898
Tints of Dark Slate Blue #423898
RGB
CMYK
RGB Variations
Color information
#423898 (or 0x423898) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 98. RGB value is (66,56,152). Sum of RGB (Red+Green+Blue) = 66+56+152=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #423898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423898 is #BDC767. Grayscale: #454545. Windows color (decimal): -12437352 or 9975874. OLE color: 9975874.
HSL color Cylindrical-coordinate representation of color #423898: hue angle of 246.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423898 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 56 | 152 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.40 |
| HSL | 246.25º | 0.46% | 0.41% | - |
| HSV(B) | 246.25º | 0.63% | 0.6% | - |
| XYZ | 9.33 | 6.25 | 30.42 | - |
| YUV | 69.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 152 | 0.57 | 0.63 | 0 | 0.40 | 246.25 | 0.46 | 0.41 |
| Hex | 42 | 38 | 98 | 39 | 3F | 0 | 28 | F6 | 2E | 29 |
| Octal | 102 | 70 | 230 | 71 | 77 | 0 | 50 | 366 | 56 | 51 |
| Binary | 1000010 | 111000 | 10011000 | 111001 | 111111 | 0 | 101000 | 11110110 | 101110 | 101001 |
Color Harmonies of #423898
Complementary color
Monochromatic Colors of #423898
Black with #423898
Text Example
Text Example
White with #423898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423898; }
p { color: rgb(66,56,152); }
H1.HeaderClassName
{
color: #423898;
}
.AnyTagClassName
{
color: #423898;
}
</style>
background-color css
<style>
a { background-color: #423898; }
a { background-color: rgb(66,56,152); }
div.DivClassName
{
background-color: #423898;
}
.BgClassName
{
background-color: #423898;
}
</style>
border-color css
<style>
span { border-color: #423898; }
span { border-color: rgb(66,56,152); }
td.TdClassName
{
border-color: #423898;
}
.TagClassName
{
border-color: #423898;
}
</style>