#383196

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

Shades of Dark Slate Blue #383196

Tints of Dark Slate Blue #383196

Color information

#383196 (or 0x383196) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 31 and 96. RGB value is (56,49,150). Sum of RGB (Red+Green+Blue) = 56+49+150=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #383196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383196 is #C7CE69. Grayscale: #3E3E3E. Windows color (decimal): -13094506 or 9843000. OLE color: 9843000.

HSL color Cylindrical-coordinate representation of color #383196: hue angle of 244.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383196 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5649150-
CMYK0.630.6700.41
HSL244.16º50.75%39.02%-
HSV(B)244.16º67.33%58.82%-
XYZ8.235.2429.43-
YUV62.61177.32123.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=21.96%
G=19.22%
B=58.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56491500.630.6700.41244.1650.7539.02
Hex3831963F43029f43327
Octal7061226771030513646347
Binary111000110001100101101111111000011010100111110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383196; }

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

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

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

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

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

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

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

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