Html Css Color HEX #40357C Dark Slate Blue

📋 copy color: '#40357C'

red 64 ◦ green 53 ◦ blue 124

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

Shades of Dark Slate Blue #40357C

Tints of Dark Slate Blue #40357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 26.56%
G = 21.99%
B = 51.45%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40357C (or 0x40357C) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 7C. RGB value is (64,53,124). Sum of RGB (Red+Green+Blue) = 64+53+124=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #40357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40357C is #BFCA83. Grayscale: #404040. Windows color (decimal): -12569220 or 8140096. OLE color: 8140096.

HSL color Cylindrical-coordinate representation of color #40357C: hue angle of 249.3º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40357C is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 53 124 -
CMYK 0.48 0.57 0 0.51
HSL 249.3º 0.4% 0.35% -
HSV(B) 249.3º 0.57% 0.49% -
XYZ 7.03 5.09 19.68 -
YUV 64.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 64 53 124 0.48 0.57 0 0.51 249.3 0.4 0.35
Hex 40 35 7C 30 39 0 33 F9 28 23
Octal 100 65 174 60 71 0 63 371 50 43
Binary 1000000 110101 1111100 110000 111001 0 110011 11111001 101000 100011

Color Harmonies of #40357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40357C

Black with #40357C

Text Example


Text Example

White with #40357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,53,124); }

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

background-color css

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

 a { background-color: rgb(64,53,124); }

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

border-color css

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

 span { border-color: rgb(64,53,124); }

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