Html Css Color HEX #40338C Dark Slate Blue

📋 copy color: '#40338C'

red 64 ◦ green 51 ◦ blue 140

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

Shades of Dark Slate Blue #40338C

Tints of Dark Slate Blue #40338C

RGB

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

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

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

R = 25.1%
G = 20%
B = 54.9%

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

#40338C (or 0x40338C) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 8C. RGB value is (64,51,140). Sum of RGB (Red+Green+Blue) = 64+51+140=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #40338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40338C is #BFCC73. Grayscale: #404040. Windows color (decimal): -12569716 or 9188160. OLE color: 9188160.

HSL color Cylindrical-coordinate representation of color #40338C: hue angle of 248.76º 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 #40338C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 51 140 -
CMYK 0.54 0.64 0 0.45
HSL 248.76º 0.47% 0.37% -
HSV(B) 248.76º 0.64% 0.55% -
XYZ 8.03 5.35 25.42 -
YUV 65.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 64 51 140 0.54 0.64 0 0.45 248.76 0.47 0.37
Hex 40 33 8C 36 40 0 2D F9 2F 25
Octal 100 63 214 66 100 0 55 371 57 45
Binary 1000000 110011 10001100 110110 1000000 0 101101 11111001 101111 100101

Color Harmonies of #40338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40338C

Black with #40338C

Text Example


Text Example

White with #40338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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