#382A93

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

Shades of Dark Slate Blue #382A93

Tints of Dark Slate Blue #382A93

Color information

#382A93 (or 0x382A93) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2A and 93. RGB value is (56,42,147). Sum of RGB (Red+Green+Blue) = 56+42+147=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #382A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382A93 is #C7D56C. Grayscale: #393939. Windows color (decimal): -13096301 or 9644600. OLE color: 9644600.

HSL color Cylindrical-coordinate representation of color #382A93: hue angle of 248º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382A93 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5642147-
CMYK0.620.7100.42
HSL248º55.56%37.06%-
HSV(B)248º71.43%57.65%-
XYZ7.734.628.09-
YUV58.16178.14126.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 147 (57.81% from 255) = 60%
R=22.86%
G=17.14%
B=60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56421470.620.7100.4224855.5637.06
Hex382A933E4702Af83825
Octal7052223761070523707045
Binary111000101010100100111111101000111010101011111000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,42,147); }

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

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

 a { background-color: rgb(56,42,147); }

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

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

 span { border-color: rgb(56,42,147); }

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