#403281

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

Shades of Dark Slate Blue #403281

Tints of Dark Slate Blue #403281

Color information

#403281 (or 0x403281) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 32 and 81. RGB value is (64,50,129). Sum of RGB (Red+Green+Blue) = 64+50+129=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #403281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403281 is #BFCD7E. Grayscale: #3E3E3E. Windows color (decimal): -12569983 or 8467008. OLE color: 8467008.

HSL color Cylindrical-coordinate representation of color #403281: hue angle of 250.63º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403281 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6450129-
CMYK0.500.6100.49
HSL250.63º44.13%35.1%-
HSV(B)250.63º61.24%50.59%-
XYZ7.224.9621.35-
YUV63.19165.14128.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=26.34%
G=20.58%
B=53.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64501290.500.6100.49250.6344.1335.1
Hex403281323D031fb2c23
Octal1006220162750613735443
Binary100000011001010000001110010111101011000111111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403281; }

 p { color: rgb(64,50,129); }

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

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

 a { background-color: rgb(64,50,129); }

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

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

 span { border-color: rgb(64,50,129); }

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