#383397

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

Shades of Dark Slate Blue #383397

Tints of Dark Slate Blue #383397

Color information

#383397 (or 0x383397) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 97. RGB value is (56,51,151). Sum of RGB (Red+Green+Blue) = 56+51+151=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #383397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383397 is #C7CC68. Grayscale: #3F3F3F. Windows color (decimal): -13093993 or 9909048. OLE color: 9909048.

HSL color Cylindrical-coordinate representation of color #383397: hue angle of 243º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383397 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5651151-
CMYK0.630.6600.41
HSL243º49.5%39.61%-
HSV(B)243º66.23%59.22%-
XYZ8.45.4429.89-
YUV63.9177.16122.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=21.71%
G=19.77%
B=58.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56511510.630.6600.4124349.539.61
Hex3833973F42029f33228
Octal7063227771020513636250
Binary111000110011100101111111111000010010100111110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383397; }

 p { color: rgb(56,51,151); }

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

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

 a { background-color: rgb(56,51,151); }

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

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

 span { border-color: rgb(56,51,151); }

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