#3831A3

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

Shades of Dark Slate Blue #3831A3

Tints of Dark Slate Blue #3831A3

Color information

#3831A3 (or 0x3831A3) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 31 and A3. RGB value is (56,49,163). Sum of RGB (Red+Green+Blue) = 56+49+163=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #3831A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3831A3 is #C7CE5C. Grayscale: #3F3F3F. Windows color (decimal): -13094493 or 10694968. OLE color: 10694968.

HSL color Cylindrical-coordinate representation of color #3831A3: hue angle of 243.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3831A3 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5649163-
CMYK0.660.7000.36
HSL243.68º53.77%41.57%-
HSV(B)243.68º69.94%63.92%-
XYZ9.345.6835.25-
YUV64.09183.82122.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 163 (64.06% from 255) = 60.82%
R=20.90%
G=18.28%
B=60.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56491630.660.7000.36243.6853.7741.57
Hex3831A34246024f4362a
Octal70612431021060443646652
Binary1110001100011010001110000101000110010010011110100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3831A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3831A3; }

 p { color: rgb(56,49,163); }

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

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

 a { background-color: rgb(56,49,163); }

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

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

 span { border-color: rgb(56,49,163); }

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