Html Css Color HEX #40338D Dark Slate Blue

📋 copy color: '#40338D'

red 64 ◦ green 51 ◦ blue 141

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

Shades of Dark Slate Blue #40338D

Tints of Dark Slate Blue #40338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 25%
G = 19.92%
B = 55.08%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40338D (or 0x40338D) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 8D. RGB value is (64,51,141). Sum of RGB (Red+Green+Blue) = 64+51+141=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #40338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40338D is #BFCC72. Grayscale: #404040. Windows color (decimal): -12569715 or 9253696. OLE color: 9253696.

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

Color convert

RGB 64 51 141 -
CMYK 0.55 0.64 0 0.45
HSL 248.67º 0.47% 0.38% -
HSV(B) 248.67º 0.64% 0.55% -
XYZ 8.11 5.38 25.81 -
YUV 65.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 64 51 141 0.55 0.64 0 0.45 248.67 0.47 0.38
Hex 40 33 8D 37 40 0 2D F9 2F 26
Octal 100 63 215 67 100 0 55 371 57 46
Binary 1000000 110011 10001101 110111 1000000 0 101101 11111001 101111 100110

Color Harmonies of #40338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40338D

Black with #40338D

Text Example


Text Example

White with #40338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40338D; }

 p { color: rgb(64,51,141); }

 H1.HeaderClassName
 {
   color: #40338D;
 }
 .AnyTagClassName
 {
   color: #40338D;
 }
</style>

background-color css

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

 a { background-color: rgb(64,51,141); }

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

border-color css

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

 span { border-color: rgb(64,51,141); }

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