Shades of Dark Slate Blue #42397F
Tints of Dark Slate Blue #42397F
RGB
CMYK
RGB Variations
Color information
#42397F (or 0x42397F) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 7F. RGB value is (66,57,127). Sum of RGB (Red+Green+Blue) = 66+57+127=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #42397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42397F is #BDC680. Grayscale: #434343. Windows color (decimal): -12437121 or 8337730. OLE color: 8337730.
HSL color Cylindrical-coordinate representation of color #42397F: hue angle of 247.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42397F is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 57 | 127 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.50 |
| HSL | 247.71º | 0.38% | 0.36% | - |
| HSV(B) | 247.71º | 0.55% | 0.5% | - |
| XYZ | 7.54 | 5.62 | 20.77 | - |
| YUV | 67.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 127 | 0.48 | 0.55 | 0 | 0.50 | 247.71 | 0.38 | 0.36 |
| Hex | 42 | 39 | 7F | 30 | 37 | 0 | 32 | F8 | 26 | 24 |
| Octal | 102 | 71 | 177 | 60 | 67 | 0 | 62 | 370 | 46 | 44 |
| Binary | 1000010 | 111001 | 1111111 | 110000 | 110111 | 0 | 110010 | 11111000 | 100110 | 100100 |
Color Harmonies of #42397F
Complementary color
Monochromatic Colors of #42397F
Black with #42397F
Text Example
Text Example
White with #42397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42397F; }
p { color: rgb(66,57,127); }
H1.HeaderClassName
{
color: #42397F;
}
.AnyTagClassName
{
color: #42397F;
}
</style>
background-color css
<style>
a { background-color: #42397F; }
a { background-color: rgb(66,57,127); }
div.DivClassName
{
background-color: #42397F;
}
.BgClassName
{
background-color: #42397F;
}
</style>
border-color css
<style>
span { border-color: #42397F; }
span { border-color: rgb(66,57,127); }
td.TdClassName
{
border-color: #42397F;
}
.TagClassName
{
border-color: #42397F;
}
</style>