Html Css Color HEX #40328E Dark Slate Blue

📋 copy color: '#40328E'

red 64 ◦ green 50 ◦ blue 142

#40328E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #40328E

Tints of Dark Slate Blue #40328E

RGB

 RED value IS 64 (25.39% from 255) = 25%

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 142 (55.86% from 255) = 55.47%

R = 25%
G = 19.53%
B = 55.47%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40328E (or 0x40328E) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 8E. RGB value is (64,50,142). Sum of RGB (Red+Green+Blue) = 64+50+142=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #40328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40328E is #BFCD71. Grayscale: #404040. Windows color (decimal): -12569970 or 9318976. OLE color: 9318976.

HSL color Cylindrical-coordinate representation of color #40328E: hue angle of 249.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40328E is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 50 142 -
CMYK 0.55 0.65 0 0.44
HSL 249.13º 0.48% 0.38% -
HSV(B) 249.13º 0.65% 0.56% -
XYZ 8.14 5.32 26.19 -
YUV 64.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 64 50 142 0.55 0.65 0 0.44 249.13 0.48 0.38
Hex 40 32 8E 37 41 0 2C F9 30 26
Octal 100 62 216 67 101 0 54 371 60 46
Binary 1000000 110010 10001110 110111 1000001 0 101100 11111001 110000 100110

Color Harmonies of #40328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40328E

Black with #40328E

Text Example


Text Example

White with #40328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40328E; }

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

 H1.HeaderClassName
 {
   color: #40328E;
 }
 .AnyTagClassName
 {
   color: #40328E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #40328E;
 }
 .BgClassName
 {
   background-color: #40328E;
 }
</style>

border-color css

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

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

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