Shades of Dark Slate Blue #3A278A
Tints of Dark Slate Blue #3A278A
RGB
CMYK
RGB Variations
Color information
#3A278A (or 0x3A278A) is known color: Dark Slate Blue. HEX triplet: 3A, 27 and 8A. RGB value is (58,39,138). Sum of RGB (Red+Green+Blue) = 58+39+138=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A278A is #C5D875. Grayscale: #373737. Windows color (decimal): -12966006 or 9054010. OLE color: 9054010.
HSL color Cylindrical-coordinate representation of color #3A278A: hue angle of 251.52º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A278A is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 39 | 138 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.46 |
| HSL | 251.52º | 0.56% | 0.35% | - |
| HSV(B) | 251.52º | 0.72% | 0.54% | - |
| XYZ | 7.06 | 4.19 | 24.48 | - |
| YUV | 55.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 138 | 0.58 | 0.72 | 0 | 0.46 | 251.52 | 0.56 | 0.35 |
| Hex | 3A | 27 | 8A | 3A | 48 | 0 | 2E | FC | 38 | 23 |
| Octal | 72 | 47 | 212 | 72 | 110 | 0 | 56 | 374 | 70 | 43 |
| Binary | 111010 | 100111 | 10001010 | 111010 | 1001000 | 0 | 101110 | 11111100 | 111000 | 100011 |
Color Harmonies of #3A278A
Complementary color
Monochromatic Colors of #3A278A
Black with #3A278A
Text Example
Text Example
White with #3A278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A278A; }
p { color: rgb(58,39,138); }
H1.HeaderClassName
{
color: #3A278A;
}
.AnyTagClassName
{
color: #3A278A;
}
</style>
background-color css
<style>
a { background-color: #3A278A; }
a { background-color: rgb(58,39,138); }
div.DivClassName
{
background-color: #3A278A;
}
.BgClassName
{
background-color: #3A278A;
}
</style>
border-color css
<style>
span { border-color: #3A278A; }
span { border-color: rgb(58,39,138); }
td.TdClassName
{
border-color: #3A278A;
}
.TagClassName
{
border-color: #3A278A;
}
</style>