Html Css Color HEX #40389A Dark Slate Blue

📋 copy color: '#40389A'

red 64 ◦ green 56 ◦ blue 154

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

Shades of Dark Slate Blue #40389A

Tints of Dark Slate Blue #40389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.2%

R = 23.36%
G = 20.44%
B = 56.2%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40389A (or 0x40389A) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 9A. RGB value is (64,56,154). Sum of RGB (Red+Green+Blue) = 64+56+154=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #40389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40389A is #BFC765. Grayscale: #454545. Windows color (decimal): -12568422 or 10106944. OLE color: 10106944.

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

Color convert

RGB 64 56 154 -
CMYK 0.58 0.64 0 0.40
HSL 244.9º 0.47% 0.41% -
HSV(B) 244.9º 0.64% 0.6% -
XYZ 9.36 6.25 31.29 -
YUV 69.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 64 56 154 0.58 0.64 0 0.40 244.9 0.47 0.41
Hex 40 38 9A 3A 40 0 28 F5 2F 29
Octal 100 70 232 72 100 0 50 365 57 51
Binary 1000000 111000 10011010 111010 1000000 0 101000 11110101 101111 101001

Color Harmonies of #40389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40389A

Black with #40389A

Text Example


Text Example

White with #40389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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