Html Css Color HEX #40347F Dark Slate Blue

📋 copy color: '#40347F'

red 64 ◦ green 52 ◦ blue 127

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

Shades of Dark Slate Blue #40347F

Tints of Dark Slate Blue #40347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 26.34%
G = 21.4%
B = 52.26%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40347F (or 0x40347F) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 7F. RGB value is (64,52,127). Sum of RGB (Red+Green+Blue) = 64+52+127=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #40347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40347F is #BFCB80. Grayscale: #3F3F3F. Windows color (decimal): -12569473 or 8336448. OLE color: 8336448.

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

Color convert

RGB 64 52 127 -
CMYK 0.50 0.59 0 0.50
HSL 249.6º 0.42% 0.35% -
HSV(B) 249.6º 0.59% 0.5% -
XYZ 7.17 5.08 20.68 -
YUV 64.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 64 52 127 0.50 0.59 0 0.50 249.6 0.42 0.35
Hex 40 34 7F 32 3B 0 32 FA 2A 23
Octal 100 64 177 62 73 0 62 372 52 43
Binary 1000000 110100 1111111 110010 111011 0 110010 11111010 101010 100011

Color Harmonies of #40347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40347F

Black with #40347F

Text Example


Text Example

White with #40347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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