#382989

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

Shades of Dark Slate Blue #382989

Tints of Dark Slate Blue #382989

Color information

#382989 (or 0x382989) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 29 and 89. RGB value is (56,41,137). Sum of RGB (Red+Green+Blue) = 56+41+137=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #382989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382989 is #C7D676. Grayscale: #383838. Windows color (decimal): -13096567 or 8988984. OLE color: 8988984.

HSL color Cylindrical-coordinate representation of color #382989: hue angle of 249.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382989 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5641137-
CMYK0.590.7000.46
HSL249.38º53.93%34.9%-
HSV(B)249.38º70.07%53.73%-
XYZ6.944.2324.12-
YUV56.43173.47127.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 137 (53.91% from 255) = 58.55%
R=23.93%
G=17.52%
B=58.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56411370.590.7000.46249.3853.9334.9
Hex3829893B4602Ef93623
Octal7051211731060563716643
Binary111000101001100010011110111000110010111011111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382989; }

 p { color: rgb(56,41,137); }

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

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

 a { background-color: rgb(56,41,137); }

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

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

 span { border-color: rgb(56,41,137); }

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