#392A92

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

Shades of Dark Slate Blue #392A92

Tints of Dark Slate Blue #392A92

Color information

#392A92 (or 0x392A92) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2A and 92. RGB value is (57,42,146). Sum of RGB (Red+Green+Blue) = 57+42+146=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #392A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392A92 is #C6D56D. Grayscale: #393939. Windows color (decimal): -13030766 or 9579065. OLE color: 9579065.

HSL color Cylindrical-coordinate representation of color #392A92: hue angle of 248.65º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392A92 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5742146-
CMYK0.610.7100.43
HSL248.65º55.32%36.86%-
HSV(B)248.65º71.23%57.25%-
XYZ7.74.627.68-
YUV58.34177.47127.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=23.27%
G=17.14%
B=59.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57421460.610.7100.43248.6555.3236.86
Hex392A923D4702Bf93725
Octal7152222751070533716745
Binary111001101010100100101111011000111010101111111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A92; }

 p { color: rgb(57,42,146); }

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

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

 a { background-color: rgb(57,42,146); }

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

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

 span { border-color: rgb(57,42,146); }

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