#3329A4

Color #3329A4 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3329A4

Tints of Dark Slate Blue #3329A4

Color information

#3329A4 (or 0x3329A4) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 29 and A4. RGB value is (51,41,164). Sum of RGB (Red+Green+Blue) = 51+41+164=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #3329A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3329A4 is #CCD65B. Grayscale: #393939. Windows color (decimal): -13424220 or 10758451. OLE color: 10758451.

HSL color Cylindrical-coordinate representation of color #3329A4: hue angle of 244.88º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3329A4 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5141164-
CMYK0.690.7500.36
HSL244.88º60%40.2%-
HSV(B)244.88º75%64.31%-
XYZ8.864.9735.61-
YUV58.01187.81123-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 164 (64.45% from 255) = 64.06%
R=19.92%
G=16.02%
B=64.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51411640.690.7500.36244.886040.2
Hex3329A4454B024f53c28
Octal63512441051130443657450
Binary1100111010011010010010001011001011010010011110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3329A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3329A4; }

 p { color: rgb(51,41,164); }

 H1.HeaderClassName
 {
   color: #3329A4;
 }
 .AnyTagClassName
 {
   color: #3329A4;
 }
</style>
background-color css

<style>
 a { background-color: #3329A4; }

 a { background-color: rgb(51,41,164); }

 div.DivClassName
 {
   background-color: #3329A4;
 }
 .BgClassName
 {
   background-color: #3329A4;
 }
</style>
border-color css

<style>
 span { border-color: #3329A4; }

 span { border-color: rgb(51,41,164); }

 td.TdClassName
 {
   border-color: #3329A4;
 }
 .TagClassName
 {
   border-color: #3329A4;
 }
</style>