Shades of Dark Slate Blue #32259A
Tints of Dark Slate Blue #32259A
RGB
CMYK
RGB Variations
Color information
#32259A (or 0x32259A) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 9A. RGB value is (50,37,154). Sum of RGB (Red+Green+Blue) = 50+37+154=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #32259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32259A is #CDDA65. Grayscale: #353535. Windows color (decimal): -13490790 or 10102066. OLE color: 10102066.
HSL color Cylindrical-coordinate representation of color #32259A: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32259A is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 37 | 154 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.40 |
| HSL | 246.67º | 0.61% | 0.37% | - |
| HSV(B) | 246.67º | 0.76% | 0.6% | - |
| XYZ | 7.81 | 4.33 | 31 | - |
| YUV | 54.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 154 | 0.68 | 0.76 | 0 | 0.40 | 246.67 | 0.61 | 0.37 |
| Hex | 32 | 25 | 9A | 44 | 4C | 0 | 28 | F7 | 3D | 25 |
| Octal | 62 | 45 | 232 | 104 | 114 | 0 | 50 | 367 | 75 | 45 |
| Binary | 110010 | 100101 | 10011010 | 1000100 | 1001100 | 0 | 101000 | 11110111 | 111101 | 100101 |
Color Harmonies of #32259A
Complementary color
Monochromatic Colors of #32259A
Black with #32259A
Text Example
Text Example
White with #32259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32259A; }
p { color: rgb(50,37,154); }
H1.HeaderClassName
{
color: #32259A;
}
.AnyTagClassName
{
color: #32259A;
}
</style>
background-color css
<style>
a { background-color: #32259A; }
a { background-color: rgb(50,37,154); }
div.DivClassName
{
background-color: #32259A;
}
.BgClassName
{
background-color: #32259A;
}
</style>
border-color css
<style>
span { border-color: #32259A; }
span { border-color: rgb(50,37,154); }
td.TdClassName
{
border-color: #32259A;
}
.TagClassName
{
border-color: #32259A;
}
</style>