#404093

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

Shades of Dark Slate Blue #404093

Tints of Dark Slate Blue #404093

Color information

#404093 (or 0x404093) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 93. RGB value is (64,64,147). Sum of RGB (Red+Green+Blue) = 64+64+147=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #404093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404093 is #BFBF6C. Grayscale: #494949. Windows color (decimal): -12566381 or 9650240. OLE color: 9650240.

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

Color convert

RGB6464147-
CMYK0.560.5600.42
HSL240º39.34%41.37%-
HSV(B)240º56.46%57.65%-
XYZ9.216.8628.44-
YUV73.46169.5121.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=23.27%
G=23.27%
B=53.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64641470.560.5600.4224039.3441.37
Hex404093383802Af02729
Octal10010022370700523604751
Binary1000000100000010010011111000111000010101011110000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404093; }

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

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

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

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

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

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

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

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