#403784

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

Shades of Dark Slate Blue #403784

Tints of Dark Slate Blue #403784

Color information

#403784 (or 0x403784) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 84. RGB value is (64,55,132). Sum of RGB (Red+Green+Blue) = 64+55+132=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #403784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403784 is #BFC87B. Grayscale: #424242. Windows color (decimal): -12568700 or 8664896. OLE color: 8664896.

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

Color convert

RGB6455132-
CMYK0.520.5800.48
HSL247.01º41.18%36.67%-
HSV(B)247.01º58.33%51.76%-
XYZ7.655.4922.49-
YUV66.47164.98126.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=25.50%
G=21.91%
B=52.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64551320.520.5800.48247.0141.1836.67
Hex403784343A030f72925
Octal1006720464720603675145
Binary100000011011110000100110100111010011000011110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403784; }

 p { color: rgb(64,55,132); }

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

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

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

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

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

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

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