Html Css Color HEX #40328B Dark Slate Blue

📋 copy color: '#40328B'

red 64 ◦ green 50 ◦ blue 139

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

Shades of Dark Slate Blue #40328B

Tints of Dark Slate Blue #40328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.94%

R = 25.3%
G = 19.76%
B = 54.94%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40328B (or 0x40328B) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 8B. RGB value is (64,50,139). Sum of RGB (Red+Green+Blue) = 64+50+139=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #40328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40328B is #BFCD74. Grayscale: #3F3F3F. Windows color (decimal): -12569973 or 9122368. OLE color: 9122368.

HSL color Cylindrical-coordinate representation of color #40328B: hue angle of 249.44º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40328B is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 50 139 -
CMYK 0.54 0.64 0 0.45
HSL 249.44º 0.47% 0.37% -
HSV(B) 249.44º 0.64% 0.55% -
XYZ 7.92 5.24 25.02 -
YUV 64.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 64 50 139 0.54 0.64 0 0.45 249.44 0.47 0.37
Hex 40 32 8B 36 40 0 2D F9 2F 25
Octal 100 62 213 66 100 0 55 371 57 45
Binary 1000000 110010 10001011 110110 1000000 0 101101 11111001 101111 100101

Color Harmonies of #40328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40328B

Black with #40328B

Text Example


Text Example

White with #40328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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