#393093

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

Shades of Dark Slate Blue #393093

Tints of Dark Slate Blue #393093

Color information

#393093 (or 0x393093) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 30 and 93. RGB value is (57,48,147). Sum of RGB (Red+Green+Blue) = 57+48+147=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #393093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393093 is #C6CF6C. Grayscale: #3D3D3D. Windows color (decimal): -13029229 or 9646137. OLE color: 9646137.

HSL color Cylindrical-coordinate representation of color #393093: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393093 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5748147-
CMYK0.610.6700.42
HSL245.45º50.77%38.24%-
HSV(B)245.45º67.35%57.65%-
XYZ8.015.0928.16-
YUV61.98175.98124.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=22.62%
G=19.05%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57481470.610.6700.42245.4550.7738.24
Hex3930933D4302Af53326
Octal7160223751030523656346
Binary111001110000100100111111011000011010101011110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393093; }

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

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

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

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

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

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

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

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