#403893

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

Shades of Dark Slate Blue #403893

Tints of Dark Slate Blue #403893

Color information

#403893 (or 0x403893) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 93. RGB value is (64,56,147). Sum of RGB (Red+Green+Blue) = 64+56+147=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #403893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403893 is #BFC76C. Grayscale: #444444. Windows color (decimal): -12568429 or 9648192. OLE color: 9648192.

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

Color convert

RGB6456147-
CMYK0.560.6200.42
HSL245.27º44.83%39.8%-
HSV(B)245.27º61.9%57.65%-
XYZ8.796.0228.3-
YUV68.77172.15124.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=23.97%
G=20.97%
B=55.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64561470.560.6200.42245.2744.8339.8
Hex403893383E02Af52d28
Octal1007022370760523655550
Binary100000011100010010011111000111110010101011110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403893; }

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

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

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

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

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

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

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

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