#403892

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

Shades of Dark Slate Blue #403892

Tints of Dark Slate Blue #403892

Color information

#403892 (or 0x403892) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 92. RGB value is (64,56,146). Sum of RGB (Red+Green+Blue) = 64+56+146=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #403892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403892 is #BFC76D. Grayscale: #444444. Windows color (decimal): -12568430 or 9582656. OLE color: 9582656.

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

Color convert

RGB6456146-
CMYK0.560.6200.43
HSL245.33º44.55%39.61%-
HSV(B)245.33º61.64%57.25%-
XYZ8.725.9927.89-
YUV68.65171.65124.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=24.06%
G=21.05%
B=54.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64561460.560.6200.43245.3344.5539.61
Hex403892383E02Bf52d28
Octal1007022270760533655550
Binary100000011100010010010111000111110010101111110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403892; }

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

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

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

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

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

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

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

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