#403D93

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

Shades of Dark Slate Blue #403D93

Tints of Dark Slate Blue #403D93

Color information

#403D93 (or 0x403D93) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3D and 93. RGB value is (64,61,147). Sum of RGB (Red+Green+Blue) = 64+61+147=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #403D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D93 is #BFC26C. Grayscale: #474747. Windows color (decimal): -12567149 or 9649472. OLE color: 9649472.

HSL color Cylindrical-coordinate representation of color #403D93: hue angle of 242.09º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403D93 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6461147-
CMYK0.560.5900.42
HSL242.09º41.35%40.78%-
HSV(B)242.09º58.5%57.65%-
XYZ9.056.5328.39-
YUV71.7170.49122.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=23.53%
G=22.43%
B=54.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64611470.560.5900.42242.0941.3540.78
Hex403D93383B02Af22929
Octal1007522370730523625151
Binary100000011110110010011111000111011010101011110010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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