#383493

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

Shades of Dark Slate Blue #383493

Tints of Dark Slate Blue #383493

Color information

#383493 (or 0x383493) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 34 and 93. RGB value is (56,52,147). Sum of RGB (Red+Green+Blue) = 56+52+147=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #383493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383493 is #C7CB6C. Grayscale: #3F3F3F. Windows color (decimal): -13093741 or 9647160. OLE color: 9647160.

HSL color Cylindrical-coordinate representation of color #383493: hue angle of 242.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383493 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5652147-
CMYK0.620.6500.42
HSL242.53º47.74%39.02%-
HSV(B)242.53º64.63%57.65%-
XYZ8.135.428.22-
YUV64.03174.83122.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=21.96%
G=20.39%
B=57.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56521470.620.6500.42242.5347.7439.02
Hex3834933E4102Af33027
Octal7064223761010523636047
Binary111000110100100100111111101000001010101011110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383493; }

 p { color: rgb(56,52,147); }

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

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

 a { background-color: rgb(56,52,147); }

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

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

 span { border-color: rgb(56,52,147); }

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