Shades of Dark Slate Blue #423F90
Tints of Dark Slate Blue #423F90
RGB
CMYK
RGB Variations
Color information
#423F90 (or 0x423F90) is known color: Dark Slate Blue. HEX triplet: 42, 3F and 90. RGB value is (66,63,144). Sum of RGB (Red+Green+Blue) = 66+63+144=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #423F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F90 is #BDC06F. Grayscale: #484848. Windows color (decimal): -12435568 or 9453378. OLE color: 9453378.
HSL color Cylindrical-coordinate representation of color #423F90: hue angle of 242.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423F90 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 63 | 144 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.44 |
| HSL | 242.22º | 0.39% | 0.41% | - |
| HSV(B) | 242.22º | 0.56% | 0.56% | - |
| XYZ | 9.06 | 6.73 | 27.21 | - |
| YUV | 73.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 144 | 0.54 | 0.56 | 0 | 0.44 | 242.22 | 0.39 | 0.41 |
| Hex | 42 | 3F | 90 | 36 | 38 | 0 | 2C | F2 | 27 | 29 |
| Octal | 102 | 77 | 220 | 66 | 70 | 0 | 54 | 362 | 47 | 51 |
| Binary | 1000010 | 111111 | 10010000 | 110110 | 111000 | 0 | 101100 | 11110010 | 100111 | 101001 |
Color Harmonies of #423F90
Complementary color
Monochromatic Colors of #423F90
Black with #423F90
Text Example
Text Example
White with #423F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F90; }
p { color: rgb(66,63,144); }
H1.HeaderClassName
{
color: #423F90;
}
.AnyTagClassName
{
color: #423F90;
}
</style>
background-color css
<style>
a { background-color: #423F90; }
a { background-color: rgb(66,63,144); }
div.DivClassName
{
background-color: #423F90;
}
.BgClassName
{
background-color: #423F90;
}
</style>
border-color css
<style>
span { border-color: #423F90; }
span { border-color: rgb(66,63,144); }
td.TdClassName
{
border-color: #423F90;
}
.TagClassName
{
border-color: #423F90;
}
</style>