Shades of Dark Slate Blue #423F94
Tints of Dark Slate Blue #423F94
RGB
CMYK
RGB Variations
Color information
#423F94 (or 0x423F94) is known color: Dark Slate Blue. HEX triplet: 42, 3F and 94. RGB value is (66,63,148). Sum of RGB (Red+Green+Blue) = 66+63+148=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #423F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F94 is #BDC06B. Grayscale: #494949. Windows color (decimal): -12435564 or 9715522. OLE color: 9715522.
HSL color Cylindrical-coordinate representation of color #423F94: hue angle of 242.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423F94 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 63 | 148 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.42 |
| HSL | 242.12º | 0.4% | 0.41% | - |
| HSV(B) | 242.12º | 0.57% | 0.58% | - |
| XYZ | 9.37 | 6.85 | 28.85 | - |
| YUV | 73.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 148 | 0.55 | 0.57 | 0 | 0.42 | 242.12 | 0.4 | 0.41 |
| Hex | 42 | 3F | 94 | 37 | 39 | 0 | 2A | F2 | 28 | 29 |
| Octal | 102 | 77 | 224 | 67 | 71 | 0 | 52 | 362 | 50 | 51 |
| Binary | 1000010 | 111111 | 10010100 | 110111 | 111001 | 0 | 101010 | 11110010 | 101000 | 101001 |
Color Harmonies of #423F94
Complementary color
Monochromatic Colors of #423F94
Black with #423F94
Text Example
Text Example
White with #423F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F94; }
p { color: rgb(66,63,148); }
H1.HeaderClassName
{
color: #423F94;
}
.AnyTagClassName
{
color: #423F94;
}
</style>
background-color css
<style>
a { background-color: #423F94; }
a { background-color: rgb(66,63,148); }
div.DivClassName
{
background-color: #423F94;
}
.BgClassName
{
background-color: #423F94;
}
</style>
border-color css
<style>
span { border-color: #423F94; }
span { border-color: rgb(66,63,148); }
td.TdClassName
{
border-color: #423F94;
}
.TagClassName
{
border-color: #423F94;
}
</style>