#403B85

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

Shades of Dark Slate Blue #403B85

Tints of Dark Slate Blue #403B85

Color information

#403B85 (or 0x403B85) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3B and 85. RGB value is (64,59,133). Sum of RGB (Red+Green+Blue) = 64+59+133=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #403B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B85 is #BFC47A. Grayscale: #444444. Windows color (decimal): -12567675 or 8731456. OLE color: 8731456.

HSL color Cylindrical-coordinate representation of color #403B85: hue angle of 244.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403B85 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6459133-
CMYK0.520.5600.48
HSL244.05º38.54%37.65%-
HSV(B)244.05º55.64%52.16%-
XYZ7.915.9122.91-
YUV68.93164.16124.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=25%
G=23.05%
B=51.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64591330.520.5600.48244.0538.5437.65
Hex403B853438030f42726
Octal1007320564700603644746
Binary100000011101110000101110100111000011000011110100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B85; }

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

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

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

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

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

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

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

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