#403885

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

Shades of Dark Slate Blue #403885

Tints of Dark Slate Blue #403885

Color information

#403885 (or 0x403885) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 85. RGB value is (64,56,133). Sum of RGB (Red+Green+Blue) = 64+56+133=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #403885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403885 is #BFC77A. Grayscale: #424242. Windows color (decimal): -12568443 or 8730688. OLE color: 8730688.

HSL color Cylindrical-coordinate representation of color #403885: hue angle of 246.23º 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 #403885 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6456133-
CMYK0.520.5800.48
HSL246.23º40.74%37.06%-
HSV(B)246.23º57.89%52.16%-
XYZ7.765.6122.86-
YUV67.17165.15125.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=25.30%
G=22.13%
B=52.57%

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
Decimal64561330.520.5800.48246.2340.7437.06
Hex403885343A030f62925
Octal1007020564720603665145
Binary100000011100010000101110100111010011000011110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403885; }

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

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

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

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

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

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

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

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