#332A9F

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

Shades of Dark Slate Blue #332A9F

Tints of Dark Slate Blue #332A9F

Color information

#332A9F (or 0x332A9F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2A and 9F. RGB value is (51,42,159). Sum of RGB (Red+Green+Blue) = 51+42+159=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #332A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332A9F is #CCD560. Grayscale: #393939. Windows color (decimal): -13423969 or 10431027. OLE color: 10431027.

HSL color Cylindrical-coordinate representation of color #332A9F: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332A9F is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5142159-
CMYK0.680.7400.38
HSL244.62º58.21%39.41%-
HSV(B)244.62º73.58%62.35%-
XYZ8.454.8633.29-
YUV58.03184.98122.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 159 (62.5% from 255) = 63.10%
R=20.24%
G=16.67%
B=63.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51421590.680.7400.38244.6258.2139.41
Hex332A9F444A026f53a27
Octal63522371041120463657247
Binary1100111010101001111110001001001010010011011110101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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