#382F9E

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

Shades of Dark Slate Blue #382F9E

Tints of Dark Slate Blue #382F9E

Color information

#382F9E (or 0x382F9E) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2F and 9E. RGB value is (56,47,158). Sum of RGB (Red+Green+Blue) = 56+47+158=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #382F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382F9E is #C7D061. Grayscale: #3D3D3D. Windows color (decimal): -13095010 or 10366776. OLE color: 10366776.

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

Color convert

RGB5647158-
CMYK0.650.7000.38
HSL244.86º54.15%40.2%-
HSV(B)244.86º70.25%61.96%-
XYZ8.825.3432.91-
YUV62.34181.98123.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=21.46%
G=18.01%
B=60.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56471580.650.7000.38244.8654.1540.2
Hex382F9E4146026f53628
Octal70572361011060463656650
Binary1110001011111001111010000011000110010011011110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,158); }

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

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

 a { background-color: rgb(56,47,158); }

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

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

 span { border-color: rgb(56,47,158); }

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