Html Css Color HEX #403683 Dark Slate Blue

📋 copy color: '#403683'

red 64 ◦ green 54 ◦ blue 131

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

Shades of Dark Slate Blue #403683

Tints of Dark Slate Blue #403683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 25.7%
G = 21.69%
B = 52.61%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403683 (or 0x403683) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 83. RGB value is (64,54,131). Sum of RGB (Red+Green+Blue) = 64+54+131=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #403683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403683 is #BFC97C. Grayscale: #414141. Windows color (decimal): -12568957 or 8599104. OLE color: 8599104.

HSL color Cylindrical-coordinate representation of color #403683: hue angle of 247.79º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403683 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 54 131 -
CMYK 0.51 0.59 0 0.49
HSL 247.79º 0.42% 0.36% -
HSV(B) 247.79º 0.59% 0.51% -
XYZ 7.53 5.37 22.11 -
YUV 65.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 64 54 131 0.51 0.59 0 0.49 247.79 0.42 0.36
Hex 40 36 83 33 3B 0 31 F8 2A 24
Octal 100 66 203 63 73 0 61 370 52 44
Binary 1000000 110110 10000011 110011 111011 0 110001 11111000 101010 100100

Color Harmonies of #403683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403683

Black with #403683

Text Example


Text Example

White with #403683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403683; }

 p { color: rgb(64,54,131); }

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

background-color css

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

 a { background-color: rgb(64,54,131); }

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

border-color css

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

 span { border-color: rgb(64,54,131); }

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