#382896

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

Shades of Dark Slate Blue #382896

Tints of Dark Slate Blue #382896

Color information

#382896 (or 0x382896) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 28 and 96. RGB value is (56,40,150). Sum of RGB (Red+Green+Blue) = 56+40+150=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #382896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382896 is #C7D769. Grayscale: #383838. Windows color (decimal): -13096810 or 9840696. OLE color: 9840696.

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

Color convert

RGB5640150-
CMYK0.630.7300.41
HSL248.73º57.89%37.25%-
HSV(B)248.73º73.33%58.82%-
XYZ7.894.5629.32-
YUV57.32180.3127.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=22.76%
G=16.26%
B=60.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56401500.630.7300.41248.7357.8937.25
Hex3828963F49029f93a25
Octal7050226771110513717245
Binary111000101000100101101111111001001010100111111001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382896; }

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

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

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

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

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

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

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

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