#403392

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

Shades of Dark Slate Blue #403392

Tints of Dark Slate Blue #403392

Color information

#403392 (or 0x403392) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 33 and 92. RGB value is (64,51,146). Sum of RGB (Red+Green+Blue) = 64+51+146=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #403392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403392 is #BFCC6D. Grayscale: #414141. Windows color (decimal): -12569710 or 9581376. OLE color: 9581376.

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

Color convert

RGB6451146-
CMYK0.560.6500.43
HSL248.21º48.22%38.63%-
HSV(B)248.21º65.07%57.25%-
XYZ8.495.5327.81-
YUV65.72173.31126.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=24.52%
G=19.54%
B=55.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64511460.560.6500.43248.2148.2238.63
Hex403392384102Bf83027
Octal10063222701010533706047
Binary1000000110011100100101110001000001010101111111000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403392; }

 p { color: rgb(64,51,146); }

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

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

 a { background-color: rgb(64,51,146); }

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

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

 span { border-color: rgb(64,51,146); }

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