#382C95

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

Shades of Dark Slate Blue #382C95

Tints of Dark Slate Blue #382C95

Color information

#382C95 (or 0x382C95) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2C and 95. RGB value is (56,44,149). Sum of RGB (Red+Green+Blue) = 56+44+149=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #382C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382C95 is #C7D36A. Grayscale: #3B3B3B. Windows color (decimal): -13095787 or 9776184. OLE color: 9776184.

HSL color Cylindrical-coordinate representation of color #382C95: hue angle of 246.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382C95 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5644149-
CMYK0.620.7000.42
HSL246.86º54.4%37.84%-
HSV(B)246.86º70.47%58.43%-
XYZ7.964.8128.94-
YUV59.56178.48125.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=22.49%
G=17.67%
B=59.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56441490.620.7000.42246.8654.437.84
Hex382C953E4602Af73626
Octal7054225761060523676646
Binary111000101100100101011111101000110010101011110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,44,149); }

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

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

 a { background-color: rgb(56,44,149); }

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

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

 span { border-color: rgb(56,44,149); }

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