#332790

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

Shades of Dark Slate Blue #332790

Tints of Dark Slate Blue #332790

Color information

#332790 (or 0x332790) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 27 and 90. RGB value is (51,39,144). Sum of RGB (Red+Green+Blue) = 51+39+144=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #332790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332790 is #CCD86F. Grayscale: #363636. Windows color (decimal): -13424752 or 9447219. OLE color: 9447219.

HSL color Cylindrical-coordinate representation of color #332790: hue angle of 246.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332790 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5139144-
CMYK0.650.7300.44
HSL246.86º57.38%35.88%-
HSV(B)246.86º72.92%56.47%-
XYZ7.124.1726.81-
YUV54.56178.48125.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=21.79%
G=16.67%
B=61.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51391440.650.7300.44246.8657.3835.88
Hex332790414902Cf73924
Octal63472201011110543677144
Binary1100111001111001000010000011001001010110011110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332790; }

 p { color: rgb(51,39,144); }

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

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

 a { background-color: rgb(51,39,144); }

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

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

 span { border-color: rgb(51,39,144); }

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