Html Css Color HEX #40389C Dark Slate Blue

📋 copy color: '#40389C'

red 64 ◦ green 56 ◦ blue 156

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

Shades of Dark Slate Blue #40389C

Tints of Dark Slate Blue #40389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 23.19%
G = 20.29%
B = 56.52%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40389C (or 0x40389C) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 9C. RGB value is (64,56,156). Sum of RGB (Red+Green+Blue) = 64+56+156=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #40389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40389C is #BFC763. Grayscale: #454545. Windows color (decimal): -12568420 or 10238016. OLE color: 10238016.

HSL color Cylindrical-coordinate representation of color #40389C: hue angle of 244.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40389C is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 56 156 -
CMYK 0.59 0.64 0 0.39
HSL 244.8º 0.47% 0.42% -
HSV(B) 244.8º 0.64% 0.61% -
XYZ 9.53 6.32 32.17 -
YUV 69.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 64 56 156 0.59 0.64 0 0.39 244.8 0.47 0.42
Hex 40 38 9C 3B 40 0 27 F5 2F 2A
Octal 100 70 234 73 100 0 47 365 57 52
Binary 1000000 111000 10011100 111011 1000000 0 100111 11110101 101111 101010

Color Harmonies of #40389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40389C

Black with #40389C

Text Example


Text Example

White with #40389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,56,156); }

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

background-color css

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

 a { background-color: rgb(64,56,156); }

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

border-color css

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

 span { border-color: rgb(64,56,156); }

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