#382791

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

Shades of Dark Slate Blue #382791

Tints of Dark Slate Blue #382791

Color information

#382791 (or 0x382791) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 27 and 91. RGB value is (56,39,145). Sum of RGB (Red+Green+Blue) = 56+39+145=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #382791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382791 is #C7D86E. Grayscale: #373737. Windows color (decimal): -13097071 or 9512760. OLE color: 9512760.

HSL color Cylindrical-coordinate representation of color #382791: hue angle of 249.62º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382791 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5639145-
CMYK0.610.7300.43
HSL249.62º57.61%36.08%-
HSV(B)249.62º73.1%56.86%-
XYZ7.474.3427.23-
YUV56.17178.13127.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 145 (57.03% from 255) = 60.42%
R=23.33%
G=16.25%
B=60.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56391450.610.7300.43249.6257.6136.08
Hex3827913D4902Bfa3a24
Octal7047221751110533727244
Binary111000100111100100011111011001001010101111111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382791; }

 p { color: rgb(56,39,145); }

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

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

 a { background-color: rgb(56,39,145); }

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

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

 span { border-color: rgb(56,39,145); }

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