Shades of Dark Slate Blue #42338B
Tints of Dark Slate Blue #42338B
RGB
CMYK
RGB Variations
Color information
#42338B (or 0x42338B) is known color: Dark Slate Blue. HEX triplet: 42, 33 and 8B. RGB value is (66,51,139). Sum of RGB (Red+Green+Blue) = 66+51+139=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #42338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42338B is #BDCC74. Grayscale: #414141. Windows color (decimal): -12438645 or 9122626. OLE color: 9122626.
HSL color Cylindrical-coordinate representation of color #42338B: hue angle of 250.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42338B is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 51 | 139 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.45 |
| HSL | 250.23º | 0.46% | 0.37% | - |
| HSV(B) | 250.23º | 0.63% | 0.55% | - |
| XYZ | 8.09 | 5.39 | 25.04 | - |
| YUV | 65.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 139 | 0.53 | 0.63 | 0 | 0.45 | 250.23 | 0.46 | 0.37 |
| Hex | 42 | 33 | 8B | 35 | 3F | 0 | 2D | FA | 2E | 25 |
| Octal | 102 | 63 | 213 | 65 | 77 | 0 | 55 | 372 | 56 | 45 |
| Binary | 1000010 | 110011 | 10001011 | 110101 | 111111 | 0 | 101101 | 11111010 | 101110 | 100101 |
Color Harmonies of #42338B
Complementary color
Monochromatic Colors of #42338B
Black with #42338B
Text Example
Text Example
White with #42338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42338B; }
p { color: rgb(66,51,139); }
H1.HeaderClassName
{
color: #42338B;
}
.AnyTagClassName
{
color: #42338B;
}
</style>
background-color css
<style>
a { background-color: #42338B; }
a { background-color: rgb(66,51,139); }
div.DivClassName
{
background-color: #42338B;
}
.BgClassName
{
background-color: #42338B;
}
</style>
border-color css
<style>
span { border-color: #42338B; }
span { border-color: rgb(66,51,139); }
td.TdClassName
{
border-color: #42338B;
}
.TagClassName
{
border-color: #42338B;
}
</style>