#382B91

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

Shades of Dark Slate Blue #382B91

Tints of Dark Slate Blue #382B91

Color information

#382B91 (or 0x382B91) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2B and 91. RGB value is (56,43,145). Sum of RGB (Red+Green+Blue) = 56+43+145=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #382B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382B91 is #C7D46E. Grayscale: #3A3A3A. Windows color (decimal): -13096047 or 9513784. OLE color: 9513784.

HSL color Cylindrical-coordinate representation of color #382B91: hue angle of 247.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382B91 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5643145-
CMYK0.610.7000.43
HSL247.65º54.26%36.86%-
HSV(B)247.65º70.34%56.86%-
XYZ7.614.6127.28-
YUV58.52176.81126.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=22.95%
G=17.62%
B=59.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56431450.610.7000.43247.6554.2636.86
Hex382B913D4602Bf83625
Octal7053221751060533706645
Binary111000101011100100011111011000110010101111111000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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