#393097

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

Shades of Dark Slate Blue #393097

Tints of Dark Slate Blue #393097

Color information

#393097 (or 0x393097) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 30 and 97. RGB value is (57,48,151). Sum of RGB (Red+Green+Blue) = 57+48+151=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #393097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393097 is #C6CF68. Grayscale: #3E3E3E. Windows color (decimal): -13029225 or 9908281. OLE color: 9908281.

HSL color Cylindrical-coordinate representation of color #393097: hue angle of 245.24º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393097 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5748151-
CMYK0.620.6800.41
HSL245.24º51.76%39.02%-
HSV(B)245.24º68.21%59.22%-
XYZ8.335.2229.85-
YUV62.43177.98124.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=22.27%
G=18.75%
B=58.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57481510.620.6800.41245.2451.7639.02
Hex3930973E44029f53427
Octal7160227761040513656447
Binary111001110000100101111111101000100010100111110101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393097; }

 p { color: rgb(57,48,151); }

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

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

 a { background-color: rgb(57,48,151); }

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

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

 span { border-color: rgb(57,48,151); }

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