#382991

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

Shades of Dark Slate Blue #382991

Tints of Dark Slate Blue #382991

Color information

#382991 (or 0x382991) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 29 and 91. RGB value is (56,41,145). Sum of RGB (Red+Green+Blue) = 56+41+145=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #382991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382991 is #C7D66E. Grayscale: #383838. Windows color (decimal): -13096559 or 9513272. OLE color: 9513272.

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

Color convert

RGB5641145-
CMYK0.610.7200.43
HSL248.65º55.91%36.47%-
HSV(B)248.65º71.72%56.86%-
XYZ7.534.4727.25-
YUV57.34177.47127.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 145 (57.03% from 255) = 59.92%
R=23.14%
G=16.94%
B=59.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56411450.610.7200.43248.6555.9136.47
Hex3829913D4802Bf93824
Octal7051221751100533717044
Binary111000101001100100011111011001000010101111111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382991; }

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

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

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

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

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

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

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

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