Html Css Color HEX #40357F Dark Slate Blue

📋 copy color: '#40357F'

red 64 ◦ green 53 ◦ blue 127

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

Shades of Dark Slate Blue #40357F

Tints of Dark Slate Blue #40357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.05%

R = 26.23%
G = 21.72%
B = 52.05%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40357F (or 0x40357F) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 7F. RGB value is (64,53,127). Sum of RGB (Red+Green+Blue) = 64+53+127=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #40357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40357F is #BFCA80. Grayscale: #404040. Windows color (decimal): -12569217 or 8336704. OLE color: 8336704.

HSL color Cylindrical-coordinate representation of color #40357F: hue angle of 248.92º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40357F is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 53 127 -
CMYK 0.50 0.58 0 0.50
HSL 248.92º 0.41% 0.35% -
HSV(B) 248.92º 0.58% 0.5% -
XYZ 7.22 5.17 20.7 -
YUV 64.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 64 53 127 0.50 0.58 0 0.50 248.92 0.41 0.35
Hex 40 35 7F 32 3A 0 32 F9 29 23
Octal 100 65 177 62 72 0 62 371 51 43
Binary 1000000 110101 1111111 110010 111010 0 110010 11111001 101001 100011

Color Harmonies of #40357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40357F

Black with #40357F

Text Example


Text Example

White with #40357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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