Shades of Dark Slate Blue #423B92
Tints of Dark Slate Blue #423B92
RGB
CMYK
RGB Variations
Color information
#423B92 (or 0x423B92) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 92. RGB value is (66,59,146). Sum of RGB (Red+Green+Blue) = 66+59+146=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #423B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B92 is #BDC46D. Grayscale: #464646. Windows color (decimal): -12436590 or 9583426. OLE color: 9583426.
HSL color Cylindrical-coordinate representation of color #423B92: hue angle of 244.83º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423B92 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 59 | 146 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.43 |
| HSL | 244.83º | 0.42% | 0.4% | - |
| HSV(B) | 244.83º | 0.6% | 0.57% | - |
| XYZ | 9 | 6.36 | 27.95 | - |
| YUV | 71.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 146 | 0.55 | 0.60 | 0 | 0.43 | 244.83 | 0.42 | 0.4 |
| Hex | 42 | 3B | 92 | 37 | 3C | 0 | 2B | F5 | 2A | 28 |
| Octal | 102 | 73 | 222 | 67 | 74 | 0 | 53 | 365 | 52 | 50 |
| Binary | 1000010 | 111011 | 10010010 | 110111 | 111100 | 0 | 101011 | 11110101 | 101010 | 101000 |
Color Harmonies of #423B92
Complementary color
Monochromatic Colors of #423B92
Black with #423B92
Text Example
Text Example
White with #423B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B92; }
p { color: rgb(66,59,146); }
H1.HeaderClassName
{
color: #423B92;
}
.AnyTagClassName
{
color: #423B92;
}
</style>
background-color css
<style>
a { background-color: #423B92; }
a { background-color: rgb(66,59,146); }
div.DivClassName
{
background-color: #423B92;
}
.BgClassName
{
background-color: #423B92;
}
</style>
border-color css
<style>
span { border-color: #423B92; }
span { border-color: rgb(66,59,146); }
td.TdClassName
{
border-color: #423B92;
}
.TagClassName
{
border-color: #423B92;
}
</style>