#332699

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

Shades of Dark Slate Blue #332699

Tints of Dark Slate Blue #332699

Color information

#332699 (or 0x332699) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 26 and 99. RGB value is (51,38,153). Sum of RGB (Red+Green+Blue) = 51+38+153=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #332699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332699 is #CCD966. Grayscale: #363636. Windows color (decimal): -13424999 or 10036787. OLE color: 10036787.

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

Color convert

RGB5138153-
CMYK0.670.7500.4
HSL246.78º60.21%37.45%-
HSV(B)246.78º75.16%60%-
XYZ7.814.3930.57-
YUV55183.31125.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=21.07%
G=15.70%
B=63.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51381530.670.7500.4246.7860.2137.45
Hex332699434B028f73c25
Octal63462311031130503677445
Binary1100111001101001100110000111001011010100011110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332699; }

 p { color: rgb(51,38,153); }

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

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

 a { background-color: rgb(51,38,153); }

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

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

 span { border-color: rgb(51,38,153); }

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