Html Css Color HEX #40389B Dark Slate Blue

📋 copy color: '#40389B'

red 64 ◦ green 56 ◦ blue 155

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

Shades of Dark Slate Blue #40389B

Tints of Dark Slate Blue #40389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 23.27%
G = 20.36%
B = 56.36%

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

#40389B (or 0x40389B) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 9B. RGB value is (64,56,155). Sum of RGB (Red+Green+Blue) = 64+56+155=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #40389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40389B is #BFC764. Grayscale: #454545. Windows color (decimal): -12568421 or 10172480. OLE color: 10172480.

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

Color convert

RGB 64 56 155 -
CMYK 0.59 0.64 0 0.39
HSL 244.85º 0.47% 0.41% -
HSV(B) 244.85º 0.64% 0.61% -
XYZ 9.44 6.28 31.73 -
YUV 69.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 64 56 155 0.59 0.64 0 0.39 244.85 0.47 0.41
Hex 40 38 9B 3B 40 0 27 F5 2F 29
Octal 100 70 233 73 100 0 47 365 57 51
Binary 1000000 111000 10011011 111011 1000000 0 100111 11110101 101111 101001

Color Harmonies of #40389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40389B

Black with #40389B

Text Example


Text Example

White with #40389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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