#382D9D

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

Shades of Dark Slate Blue #382D9D

Tints of Dark Slate Blue #382D9D

Color information

#382D9D (or 0x382D9D) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2D and 9D. RGB value is (56,45,157). Sum of RGB (Red+Green+Blue) = 56+45+157=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #382D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382D9D is #C7D262. Grayscale: #3C3C3C. Windows color (decimal): -13095523 or 10300728. OLE color: 10300728.

HSL color Cylindrical-coordinate representation of color #382D9D: hue angle of 245.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382D9D is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5645157-
CMYK0.640.7100.38
HSL245.89º55.45%39.61%-
HSV(B)245.89º71.34%61.57%-
XYZ8.665.1532.44-
YUV61.06182.14124.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=21.71%
G=17.44%
B=60.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56451570.640.7100.38245.8955.4539.61
Hex382D9D4047026f63728
Octal70552351001070463666750
Binary1110001011011001110110000001000111010011011110110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382D9D; }

 p { color: rgb(56,45,157); }

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

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

 a { background-color: rgb(56,45,157); }

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

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

 span { border-color: rgb(56,45,157); }

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