Shades of Dark Slate Blue #43338A
Tints of Dark Slate Blue #43338A
RGB
CMYK
RGB Variations
Color information
#43338A (or 0x43338A) is known color: Dark Slate Blue. HEX triplet: 43, 33 and 8A. RGB value is (67,51,138). Sum of RGB (Red+Green+Blue) = 67+51+138=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #43338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43338A is #BCCC75. Grayscale: #414141. Windows color (decimal): -12373110 or 9057091. OLE color: 9057091.
HSL color Cylindrical-coordinate representation of color #43338A: hue angle of 251.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43338A is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 51 | 138 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.46 |
| HSL | 251.03º | 0.46% | 0.37% | - |
| HSV(B) | 251.03º | 0.63% | 0.54% | - |
| XYZ | 8.09 | 5.4 | 24.66 | - |
| YUV | 65.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 138 | 0.51 | 0.63 | 0 | 0.46 | 251.03 | 0.46 | 0.37 |
| Hex | 43 | 33 | 8A | 33 | 3F | 0 | 2E | FB | 2E | 25 |
| Octal | 103 | 63 | 212 | 63 | 77 | 0 | 56 | 373 | 56 | 45 |
| Binary | 1000011 | 110011 | 10001010 | 110011 | 111111 | 0 | 101110 | 11111011 | 101110 | 100101 |
Color Harmonies of #43338A
Complementary color
Monochromatic Colors of #43338A
Black with #43338A
Text Example
Text Example
White with #43338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43338A; }
p { color: rgb(67,51,138); }
H1.HeaderClassName
{
color: #43338A;
}
.AnyTagClassName
{
color: #43338A;
}
</style>
background-color css
<style>
a { background-color: #43338A; }
a { background-color: rgb(67,51,138); }
div.DivClassName
{
background-color: #43338A;
}
.BgClassName
{
background-color: #43338A;
}
</style>
border-color css
<style>
span { border-color: #43338A; }
span { border-color: rgb(67,51,138); }
td.TdClassName
{
border-color: #43338A;
}
.TagClassName
{
border-color: #43338A;
}
</style>