#332f9f

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

Shades of Dark Slate Blue #332F9F

Tints of Dark Slate Blue #332F9F

Color information

#332F9F (or 0x332F9F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2F and 9F. RGB value is (51,47,159). Sum of RGB (Red+Green+Blue) = 51+47+159=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #332F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F9F is #CCD060. Grayscale: #3C3C3C. Windows color (decimal): -13422689 or 10432307. OLE color: 10432307.

HSL color Cylindrical-coordinate representation of color #332F9F: hue angle of 242.14º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332F9F is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5147159-
CMYK0.680.7000.38
HSL242.14º54.37%40.39%-
HSV(B)242.14º70.44%62.35%-
XYZ8.645.2433.36-
YUV60.96183.33120.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 159 (62.5% from 255) = 61.87%
R=19.84%
G=18.29%
B=61.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51471590.680.7000.38242.1454.3740.39
Hex332F9F4446026f23628
Octal63572371041060463626650
Binary1100111011111001111110001001000110010011011110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332f9f; }

 p { color: rgb(51,47,159); }

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

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

 a { background-color: rgb(51,47,159); }

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

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

 span { border-color: rgb(51,47,159); }

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