#403282

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

Shades of Dark Slate Blue #403282

Tints of Dark Slate Blue #403282

Color information

#403282 (or 0x403282) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 32 and 82. RGB value is (64,50,130). Sum of RGB (Red+Green+Blue) = 64+50+130=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #403282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403282 is #BFCD7D. Grayscale: #3F3F3F. Windows color (decimal): -12569982 or 8532544. OLE color: 8532544.

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

Color convert

RGB6450130-
CMYK0.510.6200.49
HSL250.5º44.44%35.29%-
HSV(B)250.5º61.54%50.98%-
XYZ7.284.9821.7-
YUV63.31165.64128.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=26.23%
G=20.49%
B=53.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64501300.510.6200.49250.544.4435.29
Hex403282333E031fa2c23
Octal1006220263760613725443
Binary100000011001010000010110011111110011000111111010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403282; }

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

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

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

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

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

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

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

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