#332895

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

Shades of Dark Slate Blue #332895

Tints of Dark Slate Blue #332895

Color information

#332895 (or 0x332895) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 28 and 95. RGB value is (51,40,149). Sum of RGB (Red+Green+Blue) = 51+40+149=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #332895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332895 is #CCD76A. Grayscale: #373737. Windows color (decimal): -13424491 or 9775155. OLE color: 9775155.

HSL color Cylindrical-coordinate representation of color #332895: hue angle of 246.06º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332895 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5140149-
CMYK0.660.7300.42
HSL246.06º57.67%37.06%-
HSV(B)246.06º73.15%58.43%-
XYZ7.554.3928.88-
YUV55.72180.64124.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 149 (58.59% from 255) = 62.08%
R=21.25%
G=16.67%
B=62.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51401490.660.7300.42246.0657.6737.06
Hex332895424902Af63a25
Octal63502251021110523667245
Binary1100111010001001010110000101001001010101011110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332895; }

 p { color: rgb(51,40,149); }

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

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

 a { background-color: rgb(51,40,149); }

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

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

 span { border-color: rgb(51,40,149); }

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