Shades of Dark Slate Blue #3327A1
Tints of Dark Slate Blue #3327A1
RGB
CMYK
RGB Variations
Color information
#3327A1 (or 0x3327A1) is known color: Dark Slate Blue. HEX triplet: 33, 27 and A1. RGB value is (51,39,161). Sum of RGB (Red+Green+Blue) = 51+39+161=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #3327A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3327A1 is #CCD85E. Grayscale: #383838. Windows color (decimal): -13424735 or 10561331. OLE color: 10561331.
HSL color Cylindrical-coordinate representation of color #3327A1: hue angle of 245.9º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3327A1 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 39 | 161 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.37 |
| HSL | 245.9º | 0.61% | 0.39% | - |
| HSV(B) | 245.9º | 0.76% | 0.63% | - |
| XYZ | 8.52 | 4.73 | 34.18 | - |
| YUV | 56.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 161 | 0.68 | 0.76 | 0 | 0.37 | 245.9 | 0.61 | 0.39 |
| Hex | 33 | 27 | A1 | 44 | 4C | 0 | 25 | F6 | 3D | 27 |
| Octal | 63 | 47 | 241 | 104 | 114 | 0 | 45 | 366 | 75 | 47 |
| Binary | 110011 | 100111 | 10100001 | 1000100 | 1001100 | 0 | 100101 | 11110110 | 111101 | 100111 |
Color Harmonies of #3327A1
Complementary color
Monochromatic Colors of #3327A1
Black with #3327A1
Text Example
Text Example
White with #3327A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3327A1; }
p { color: rgb(51,39,161); }
H1.HeaderClassName
{
color: #3327A1;
}
.AnyTagClassName
{
color: #3327A1;
}
</style>
background-color css
<style>
a { background-color: #3327A1; }
a { background-color: rgb(51,39,161); }
div.DivClassName
{
background-color: #3327A1;
}
.BgClassName
{
background-color: #3327A1;
}
</style>
border-color css
<style>
span { border-color: #3327A1; }
span { border-color: rgb(51,39,161); }
td.TdClassName
{
border-color: #3327A1;
}
.TagClassName
{
border-color: #3327A1;
}
</style>