Shades of Dark Slate Blue #32278C
Tints of Dark Slate Blue #32278C
RGB
CMYK
RGB Variations
Color information
#32278C (or 0x32278C) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 8C. RGB value is (50,39,140). Sum of RGB (Red+Green+Blue) = 50+39+140=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #32278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32278C is #CDD873. Grayscale: #353535. Windows color (decimal): -13490292 or 9185074. OLE color: 9185074.
HSL color Cylindrical-coordinate representation of color #32278C: hue angle of 246.53º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32278C is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 39 | 140 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.45 |
| HSL | 246.53º | 0.56% | 0.35% | - |
| HSV(B) | 246.53º | 0.72% | 0.55% | - |
| XYZ | 6.77 | 4.02 | 25.23 | - |
| YUV | 53.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 140 | 0.64 | 0.72 | 0 | 0.45 | 246.53 | 0.56 | 0.35 |
| Hex | 32 | 27 | 8C | 40 | 48 | 0 | 2D | F7 | 38 | 23 |
| Octal | 62 | 47 | 214 | 100 | 110 | 0 | 55 | 367 | 70 | 43 |
| Binary | 110010 | 100111 | 10001100 | 1000000 | 1001000 | 0 | 101101 | 11110111 | 111000 | 100011 |
Color Harmonies of #32278C
Complementary color
Monochromatic Colors of #32278C
Black with #32278C
Text Example
Text Example
White with #32278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32278C; }
p { color: rgb(50,39,140); }
H1.HeaderClassName
{
color: #32278C;
}
.AnyTagClassName
{
color: #32278C;
}
</style>
background-color css
<style>
a { background-color: #32278C; }
a { background-color: rgb(50,39,140); }
div.DivClassName
{
background-color: #32278C;
}
.BgClassName
{
background-color: #32278C;
}
</style>
border-color css
<style>
span { border-color: #32278C; }
span { border-color: rgb(50,39,140); }
td.TdClassName
{
border-color: #32278C;
}
.TagClassName
{
border-color: #32278C;
}
</style>