#383791

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

Shades of Dark Slate Blue #383791

Tints of Dark Slate Blue #383791

Color information

#383791 (or 0x383791) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 37 and 91. RGB value is (56,55,145). Sum of RGB (Red+Green+Blue) = 56+55+145=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #383791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383791 is #C7C86E. Grayscale: #414141. Windows color (decimal): -13092975 or 9516856. OLE color: 9516856.

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

Color convert

RGB5655145-
CMYK0.610.6200.43
HSL240.67º45%39.22%-
HSV(B)240.67º62.07%56.86%-
XYZ8.115.6227.45-
YUV65.56172.83121.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=21.88%
G=21.48%
B=56.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56551450.610.6200.43240.674539.22
Hex3837913D3E02Bf12d27
Octal706722175760533615547
Binary11100011011110010001111101111110010101111110001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383791; }

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

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

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

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

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

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

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

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