#403D9C

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

Shades of Dark Slate Blue #403D9C

Tints of Dark Slate Blue #403D9C

Color information

#403D9C (or 0x403D9C) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3D and 9C. RGB value is (64,61,156). Sum of RGB (Red+Green+Blue) = 64+61+156=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #403D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D9C is #BFC263. Grayscale: #484848. Windows color (decimal): -12567140 or 10239296. OLE color: 10239296.

HSL color Cylindrical-coordinate representation of color #403D9C: hue angle of 241.89º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403D9C is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6461156-
CMYK0.590.6100.39
HSL241.89º43.78%42.55%-
HSV(B)241.89º60.9%61.18%-
XYZ9.786.8332.25-
YUV72.73174.99121.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=22.78%
G=21.71%
B=55.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64611560.590.6100.39241.8943.7842.55
Hex403D9C3B3D027f22c2b
Octal1007523473750473625453
Binary100000011110110011100111011111101010011111110010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,156); }

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

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

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

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

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

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

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