Html Css Color HEX #40318C Dark Slate Blue

📋 copy color: '#40318C'

red 64 ◦ green 49 ◦ blue 140

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

Shades of Dark Slate Blue #40318C

Tints of Dark Slate Blue #40318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.37%

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 25.3%
G = 19.37%
B = 55.34%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40318C (or 0x40318C) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 8C. RGB value is (64,49,140). Sum of RGB (Red+Green+Blue) = 64+49+140=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #40318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40318C is #BFCE73. Grayscale: #3F3F3F. Windows color (decimal): -12570228 or 9187648. OLE color: 9187648.

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

Color convert

RGB 64 49 140 -
CMYK 0.54 0.65 0 0.45
HSL 249.89º 0.48% 0.37% -
HSV(B) 249.89º 0.65% 0.55% -
XYZ 7.95 5.18 25.39 -
YUV 63.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 64 49 140 0.54 0.65 0 0.45 249.89 0.48 0.37
Hex 40 31 8C 36 41 0 2D FA 30 25
Octal 100 61 214 66 101 0 55 372 60 45
Binary 1000000 110001 10001100 110110 1000001 0 101101 11111010 110000 100101

Color Harmonies of #40318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40318C

Black with #40318C

Text Example


Text Example

White with #40318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40318C; }

 p { color: rgb(64,49,140); }

 H1.HeaderClassName
 {
   color: #40318C;
 }
 .AnyTagClassName
 {
   color: #40318C;
 }
</style>

background-color css

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

 a { background-color: rgb(64,49,140); }

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

border-color css

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

 span { border-color: rgb(64,49,140); }

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