#403B93

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

Shades of Dark Slate Blue #403B93

Tints of Dark Slate Blue #403B93

Color information

#403B93 (or 0x403B93) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3B and 93. RGB value is (64,59,147). Sum of RGB (Red+Green+Blue) = 64+59+147=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #403B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B93 is #BFC46C. Grayscale: #464646. Windows color (decimal): -12567661 or 9648960. OLE color: 9648960.

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

Color convert

RGB6459147-
CMYK0.560.6000.42
HSL243.41º42.72%40.39%-
HSV(B)243.41º59.86%57.65%-
XYZ8.946.3228.35-
YUV70.53171.16123.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=23.70%
G=21.85%
B=54.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64591470.560.6000.42243.4142.7240.39
Hex403B93383C02Af32b28
Octal1007322370740523635350
Binary100000011101110010011111000111100010101011110011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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