#382691

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

Shades of Dark Slate Blue #382691

Tints of Dark Slate Blue #382691

Color information

#382691 (or 0x382691) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 26 and 91. RGB value is (56,38,145). Sum of RGB (Red+Green+Blue) = 56+38+145=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #382691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382691 is #C7D96E. Grayscale: #373737. Windows color (decimal): -13097327 or 9512504. OLE color: 9512504.

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

Color convert

RGB5638145-
CMYK0.610.7400.43
HSL250.09º58.47%35.88%-
HSV(B)250.09º73.79%56.86%-
XYZ7.434.2727.22-
YUV55.58178.46128.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 145 (57.03% from 255) = 60.67%
R=23.43%
G=15.90%
B=60.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56381450.610.7400.43250.0958.4735.88
Hex3826913D4A02Bfa3a24
Octal7046221751120533727244
Binary111000100110100100011111011001010010101111111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382691; }

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

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

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

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

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

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

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

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